diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/admin_default/views/admin.html.php | 4 | ||||
-rw-r--r-- | themes/default/css/screen.css | 12 | ||||
-rw-r--r-- | themes/default/images/avatar.jpg | bin | 914 -> 1172 bytes | |||
-rw-r--r-- | themes/default/images/ico-notify-add.png | bin | 1469 -> 0 bytes | |||
-rw-r--r-- | themes/default/images/ico-notify-remove.png | bin | 1500 -> 0 bytes | |||
-rw-r--r-- | themes/default/images/ico-view-album.png | bin | 345 -> 0 bytes |
6 files changed, 2 insertions, 14 deletions
diff --git a/themes/admin_default/views/admin.html.php b/themes/admin_default/views/admin.html.php index c1c880ad..efb5f62c 100644 --- a/themes/admin_default/views/admin.html.php +++ b/themes/admin_default/views/admin.html.php @@ -42,8 +42,8 @@ <div id="gHeader"> <?= $theme->admin_header_top() ?> <ul id="gLoginMenu"> - <li class="first"><?= html::anchor("albums/1", "Browse the Gallery") ?></li> - <li id="gLogoutLink"><a href="<?= url::site("logout?continue=albums/1&csrf=$csrf") ?>">Logout</a></li> + <li class="first"><?= html::anchor("albums/1", t("Browse the Gallery")) ?></li> + <li id="gLogoutLink"><a href="<?= url::site("logout?continue=albums/1&csrf=$csrf") ?>"><?= t("Logout") ?></a></li> </ul> <a href="<?= url::site("albums/1") ?>"><img src="<?= url::file("themes/default/images/logo.png") ?>" id="gLogo" alt="<?= t("Gallery 3: Your Photos on Your Web Site") ?>" /></a> <div id="gSiteAdminMenu" style="display: none"> diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index 0dcfd75f..71711147 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -602,18 +602,6 @@ form .gError, width: 43px !important; } -#gViewMenu #gAlbumLink { - background-image: url('../images/ico-view-album.png'); -} - -#gViewMenu #gAddNotifyLink { - background-image: url('../images/ico-notify-add.png'); -} - -#gViewMenu #gRemoveNotifyLink { - background-image: url('../images/ico-notify-remove.png'); -} - #gViewMenu #gHybridLink { background-image: url('../images/ico-view-hybrid.png'); } diff --git a/themes/default/images/avatar.jpg b/themes/default/images/avatar.jpg Binary files differindex 2e76b12b..acad9314 100644 --- a/themes/default/images/avatar.jpg +++ b/themes/default/images/avatar.jpg diff --git a/themes/default/images/ico-notify-add.png b/themes/default/images/ico-notify-add.png Binary files differdeleted file mode 100644 index 937bfd4f..00000000 --- a/themes/default/images/ico-notify-add.png +++ /dev/null diff --git a/themes/default/images/ico-notify-remove.png b/themes/default/images/ico-notify-remove.png Binary files differdeleted file mode 100644 index 8c0f29ca..00000000 --- a/themes/default/images/ico-notify-remove.png +++ /dev/null diff --git a/themes/default/images/ico-view-album.png b/themes/default/images/ico-view-album.png Binary files differdeleted file mode 100644 index 20b5af20..00000000 --- a/themes/default/images/ico-view-album.png +++ /dev/null |