summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-10-26 23:08:05 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-10-26 23:08:05 -0600
commit3e80851162f924e77d9e1a67e826525a7094fa33 (patch)
tree21432306192962aaa09ecf1194b1cd3100a50ce8 /modules
parent3aedd95341450e3bc4f9040c76d5616ad5e54c05 (diff)
Switch instances of first to g-first.
Diffstat (limited to 'modules')
-rw-r--r--modules/gallery/helpers/gallery_theme.php2
-rw-r--r--modules/gallery/views/login.html.php4
-rw-r--r--modules/organize/css/organize.css2
-rw-r--r--modules/organize/views/organize_dialog.html.php2
4 files changed, 5 insertions, 5 deletions
diff --git a/modules/gallery/helpers/gallery_theme.php b/modules/gallery/helpers/gallery_theme.php
index 05b8f59a..8d6c7534 100644
--- a/modules/gallery/helpers/gallery_theme.php
+++ b/modules/gallery/helpers/gallery_theme.php
@@ -102,7 +102,7 @@ class gallery_theme_Core {
}
static function credits() {
- return "<li class=\"first\">" .
+ return "<li class=\"g-first\">" .
t(module::get_var("gallery", "credits"),
array("url" => "http://gallery.menalto.com", "version" => gallery::VERSION)) .
"</li>";
diff --git a/modules/gallery/views/login.html.php b/modules/gallery/views/login.html.php
index 3b327e31..8c915ce5 100644
--- a/modules/gallery/views/login.html.php
+++ b/modules/gallery/views/login.html.php
@@ -1,13 +1,13 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
<ul id="g-login-menu" class="g-inline">
<? if ($user->guest): ?>
- <li class="first">
+ <li class="g-first">
<a href="<?= url::site("login/ajax") ?>"
title="<?= t("Login to Gallery")->for_html_attr() ?>"
id="g-login-link" class="g-dialog-link"><?= t("Login") ?></a>
</li>
<? else: ?>
- <li class="first">
+ <li class="g-first">
<?= t('Logged in as %name', array('name' => html::mark_clean(
'<a href="' . url::site("form/edit/users/{$user->id}") .
'" title="' . t("Edit Your Profile")->for_html_attr() .
diff --git a/modules/organize/css/organize.css b/modules/organize/css/organize.css
index afa89229..89c6c027 100644
--- a/modules/organize/css/organize.css
+++ b/modules/organize/css/organize.css
@@ -14,7 +14,7 @@
width: 75%;
}
-#g-organize .yui-gf .first {
+#g-organize .yui-gf .g-first {
width: 25%;
}
diff --git a/modules/organize/views/organize_dialog.html.php b/modules/organize/views/organize_dialog.html.php
index 7dcb01d9..cf8e9004 100644
--- a/modules/organize/views/organize_dialog.html.php
+++ b/modules/organize/views/organize_dialog.html.php
@@ -9,7 +9,7 @@
<h1 style="display:none"><?= t("Organize %name", array("name" => html::purify($album->title))) ?></h1>
<div id="bd">
<div class="yui-gf">
- <div class="yui-u first">
+ <div class="yui-u g-first">
<h3><?= t("Albums") ?></h3>
</div>
<div id="g-action-status" class="g-message-block yui-u">