Renamed more CSS selectors from gName to g-name.

This commit is contained in:
Chad Kieffer
2009-10-04 15:53:00 -06:00
parent 048e540a98
commit d581bbbd1e
18 changed files with 41 additions and 41 deletions

View File

@@ -45,7 +45,7 @@
<?= $theme->admin_header_top() ?>
<ul id="g-login-menu">
<li class="first"><?= html::anchor(item::root()->abs_url(), "&larr; ".t("Back to the Gallery")) ?></li>
<li id="g-logoutLink"><a href="<?= url::site("logout?csrf=$csrf&amp;continue=" . urlencode(item::root()->url())) ?>"><?= t("Logout") ?></a></li>
<li id="g-logout-link"><a href="<?= url::site("logout?csrf=$csrf&amp;continue=" . urlencode(item::root()->url())) ?>"><?= t("Logout") ?></a></li>
</ul>
<a id="g-logo" href="<?= item::root()->url() ?>" title="<?= t("go back to the Gallery")->for_html_attr() ?>">
&larr; <?= t("back to the ...") ?>