diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-10-26 23:08:05 -0600 | 
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-10-26 23:08:05 -0600 | 
| commit | 3e80851162f924e77d9e1a67e826525a7094fa33 (patch) | |
| tree | 21432306192962aaa09ecf1194b1cd3100a50ce8 /modules/organize/views | |
| parent | 3aedd95341450e3bc4f9040c76d5616ad5e54c05 (diff) | |
Switch instances of first to g-first.
Diffstat (limited to 'modules/organize/views')
| -rw-r--r-- | modules/organize/views/organize_dialog.html.php | 2 | 
1 files changed, 1 insertions, 1 deletions
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">  | 
