summaryrefslogtreecommitdiff
path: root/themes/wind/views
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-11-02 06:53:13 -0800
committerTim Almdal <tnalmdal@shaw.ca>2009-11-02 06:53:13 -0800
commit85a2ad80f92be4ac52d777ca0a8ec60a3e0e8a29 (patch)
treeed0efdbee46420a1ec47b06fe07eda8a57cd29be /themes/wind/views
parent809e738536b6639bb42ecae8eb1e183543fed93c (diff)
parente9e871acfc7f82ea30cc21d85ab380f7a8ea57f8 (diff)
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'themes/wind/views')
-rw-r--r--themes/wind/views/pager.html.php2
-rw-r--r--themes/wind/views/photo.html.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/themes/wind/views/pager.html.php b/themes/wind/views/pager.html.php
index ba325d03..36b2c13f 100644
--- a/themes/wind/views/pager.html.php
+++ b/themes/wind/views/pager.html.php
@@ -8,7 +8,7 @@
array("from_number" => $current_first_item,
"to_number" => $current_last_item,
"count" => $total_items)) ?>
- <li>
+ <li class="g-first">
<? if ($first_page): ?>
<a href="<?= str_replace('{page}', 1, $url) ?>" class="g-button ui-icon-left ui-state-default ui-corner-all">
<span class="ui-icon ui-icon-seek-first"></span><?= t("First") ?></a>
diff --git a/themes/wind/views/photo.html.php b/themes/wind/views/photo.html.php
index e1231f65..cee44134 100644
--- a/themes/wind/views/photo.html.php
+++ b/themes/wind/views/photo.html.php
@@ -16,7 +16,7 @@
<?= $theme->photo_top() ?>
<ul class="g-pager ui-helper-clearfix">
- <li>
+ <li class="g-first">
<? if ($previous_item): ?>
<a href="<?= $previous_item->url() ?>" class="g-button ui-icon-left ui-state-default ui-corner-all">
<span class="ui-icon ui-icon-triangle-1-w"></span><?= t("previous") ?></a>