diff options
author | rvelices <rv-github@modusoptimus.com> | 2012-02-09 20:43:41 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2012-02-09 20:43:41 +0000 |
commit | 1b527e396434fa72c60dfd57fc00ea3e31bebefc (patch) | |
tree | 9f2fc07b5e3b2ce2dad3316168b9288ce5f7e535 /themes/default/template/picture_content.tpl | |
parent | afb04c02937046f22b2e71974c785c6ee70ae10f (diff) |
- language aditions/removal
git-svn-id: http://piwigo.org/svn/trunk@13068 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default/template/picture_content.tpl')
-rw-r--r-- | themes/default/template/picture_content.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/default/template/picture_content.tpl b/themes/default/template/picture_content.tpl index 085a90e5c..37c9a0a2e 100644 --- a/themes/default/template/picture_content.tpl +++ b/themes/default/template/picture_content.tpl @@ -25,8 +25,8 @@ function toggleDerivativeSwitchBox() if (elt.style.display==="none") { elt.style.position = "absolute"; - elt.style.left = (ePos.offsetLeft + 10) + "px"; - elt.style.top = (ePos.offsetTop + ePos.offsetHeight) + "px"; + elt.style.left = (ePos.offsetLeft+10)+"px"; + elt.style.top = (ePos.offsetTop+ePos.offsetHeight)+"px"; elt.style.display=""; } else @@ -39,7 +39,7 @@ function toggleDerivativeSwitchBox() <a href="javascript:changeImgSrc('{$derivative->get_url()|@escape:javascript}','{$derivative_type}','{$derivative->get_type()}','{$derivative->get_type()|@translate|@escape:javascript}')">{$derivative->get_type()|@translate} ({$derivative->get_size_hr()})</a><br> {/foreach} {if isset($U_ORIGINAL)} -<a href="javascript:phpWGOpenWindow('{$U_ORIGINAL}','xxx','scrollbars=yes,toolbar=no,status=no,resizable=yes')" rel="nofollow">{'original'|@translate}</a> +<a href="javascript:phpWGOpenWindow('{$U_ORIGINAL}','xxx','scrollbars=yes,toolbar=no,status=no,resizable=yes')" rel="nofollow">{'Original'|@translate}</a> {/if} </div> {/if} |