summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2008-12-11 21:27:16 +0000
committerTim Almdal <tnalmdal@shaw.ca>2008-12-11 21:27:16 +0000
commitbd992a97b217fe2c33bd7cb6df0f61adc7d64ebc (patch)
tree150817cec2f40b41ccc3cf8c8a38cfb1d528cbed /themes
parentbf10544e27a8c942e6907d059586119b80112337 (diff)
Remove the options menus from the albums and photo pages and move to the site menu
Diffstat (limited to 'themes')
-rw-r--r--themes/default/views/album.html.php10
-rw-r--r--themes/default/views/photo.html.php10
2 files changed, 0 insertions, 20 deletions
diff --git a/themes/default/views/album.html.php b/themes/default/views/album.html.php
index e58648b7..cad41509 100644
--- a/themes/default/views/album.html.php
+++ b/themes/default/views/album.html.php
@@ -4,16 +4,6 @@
<li><a href="#" id="gAlbumLink" title="<?= _("View album") ?>"><?= _("Album view") ?></a></li>
<li><a href="#" id="gHybridLink" title="<?= _("View album in hybrid mode") ?>"><?= _("Hybrid view") ?></a></li>
<li><?= $theme->album_top() ?></li>
- <li><a href="#">Options</a>
- <ul>
- <li><a href="<?= url::site("/form/add/photos/$item->id") ?>"
- title="<?= _("Add an item") ?>"
- class="gDialogLink"><?= _("Add an item") ?></a></li>
- <li><a href="<?= url::site("/form/add/albums/$item->id") ?>"
- title="<?= _("Add album") ?>"
- class="gDialogLink"><?= _("Add album") ?></a></li>
- </ul>
- </li>
</ul>
<h1><?= $item->title_edit ?></h1>
diff --git a/themes/default/views/photo.html.php b/themes/default/views/photo.html.php
index 55872e08..5b4da2b7 100644
--- a/themes/default/views/photo.html.php
+++ b/themes/default/views/photo.html.php
@@ -4,16 +4,6 @@
<li><a href="#" id="gFullsizeLink" title="<?= _("View full size image") ?>"><?= _("View full size image") ?></a></li>
<li><a href="#" id="gHybridLink" title="<?= _("View album in hybrid mode") ?>"><?= _("Hybrid view") ?></a></li>
<li><?= $theme->album_top() ?></li>
- <li><a href="#">Options</a>
- <ul>
- <li><a href="<?= url::site("/form/add/photos/$item->id") ?>"
- title="<?= _("Add an item") ?>"
- class="gDialogLink"><?= _("Add an item") ?></a></li>
- <li><a href="<?= url::site("/form/add/albums/$item->id") ?>"
- title="<?= _("Add album") ?>"
- class="gDialogLink"><?= _("Add album") ?></a></li>
- </ul>
- </li>
</ul>
<h1><?= $item->title_edit ?></h1>