diff options
author | Friendika <info@friendika.com> | 2011-05-10 20:10:13 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-05-10 20:10:13 -0700 |
commit | 5eea0d5ecb7d98ebc70c038d23c87442d8200310 (patch) | |
tree | 78f6bffb14e2a088b61778380a750da01aac2c7b /view/photo_view.tpl | |
parent | 2fffec912c19716546bef0ec8a52bc5cb102801c (diff) | |
download | volse-hubzilla-5eea0d5ecb7d98ebc70c038d23c87442d8200310.tar.gz volse-hubzilla-5eea0d5ecb7d98ebc70c038d23c87442d8200310.tar.bz2 volse-hubzilla-5eea0d5ecb7d98ebc70c038d23c87442d8200310.zip |
photo lockview not working, temp fix for po2php
Diffstat (limited to 'view/photo_view.tpl')
-rw-r--r-- | view/photo_view.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/photo_view.tpl b/view/photo_view.tpl index 6287b0898..5dbcabadf 100644 --- a/view/photo_view.tpl +++ b/view/photo_view.tpl @@ -4,10 +4,10 @@ <div id="photo-edit-link-wrap"> {{ if $tools }} <a id="photo-edit-link" href="$tools.edit.0">$tools.edit.1</a> -- +| <a id="photo-toprofile-link" href="$tools.profile.0">$tools.profile.1</a> {{ endif }} -{{ if $lock }} - <img src="images/lock_icon.gif" class="lockview" alt="$lock" onclick="lockview(event,'photo$id');" /> {{ endif }} +{{ if $lock }} | <img src="images/lock_icon.gif" class="lockview" alt="$lock" onclick="lockview(event,'photo/$id');" /> {{ endif }} </div> {{ if $prevlink }}<div id="photo-prev-link"><a href="$prevlink.0">$prevlink.1</a></div>{{ endif }} |