diff options
author | plegall <plg@piwigo.org> | 2005-01-15 10:39:33 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-01-15 10:39:33 +0000 |
commit | 46dcfba37dc27dd51f14eccddabc803686712d01 (patch) | |
tree | 3bb94522ac8b91e1da75f0297b91558c3e731010 /template/default/admin | |
parent | fd77c63a5a6ceab7e9f8e94cbc44241426ae92af (diff) |
- HTML entity ← and → are not supported by Microsoft Internet
Explorer 6 and as this browser is quite widely used... these entities are
replaced by « and »
git-svn-id: http://piwigo.org/svn/trunk@693 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/default/admin')
-rw-r--r-- | template/default/admin/cat_options.tpl | 4 | ||||
-rw-r--r-- | template/default/admin/picture_modify.tpl | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/template/default/admin/cat_options.tpl b/template/default/admin/cat_options.tpl index 1e9704011..c9cf1e8ef 100644 --- a/template/default/admin/cat_options.tpl +++ b/template/default/admin/cat_options.tpl @@ -11,8 +11,8 @@ </select> </div> <div style="float:left;padding-top:80px;padding-bottom:80px;text-align:center;width:160px;" > - <input type="submit" value="←" name="trueify" style="font-size:15px;" class="bouton" /><br/> - <input type="submit" value="→" name="falsify" style="font-size:15px;" class="bouton" /> + <input type="submit" value="«" name="trueify" style="font-size:15px;" class="bouton" /><br/> + <input type="submit" value="»" name="falsify" style="font-size:15px;" class="bouton" /> </div> <div style="float:right;padding:10px;width:300px;"> <span class="titreMenu">{L_CAT_OPTIONS_FALSE}</span><br /> diff --git a/template/default/admin/picture_modify.tpl b/template/default/admin/picture_modify.tpl index eba6814ac..2816c9c69 100644 --- a/template/default/admin/picture_modify.tpl +++ b/template/default/admin/picture_modify.tpl @@ -85,8 +85,8 @@ </div> <div style="float:left;padding-top:80px;padding-bottom:80px;text-align:center;width:160px;" > - <input type="submit" value="←" name="associate" style="font-size:15px;" class="bouton" /><br/> - <input type="submit" value="→" name="dissociate" style="font-size:15px;" class="bouton" /> + <input type="submit" value="«" name="associate" style="font-size:15px;" class="bouton" /><br/> + <input type="submit" value="»" name="dissociate" style="font-size:15px;" class="bouton" /> </div> <div style="float:right;padding:10px;width:300px;"> @@ -122,8 +122,8 @@ </div> <div style="float:left;padding-top:80px;padding-bottom:80px;text-align:center;width:160px;" > - <input type="submit" value="←" name="elect" style="font-size:15px;" class="bouton" /><br/> - <input type="submit" value="→" name="dismiss" style="font-size:15px;" class="bouton" /> + <input type="submit" value="«" name="elect" style="font-size:15px;" class="bouton" /><br/> + <input type="submit" value="»" name="dismiss" style="font-size:15px;" class="bouton" /> </div> <div style="float:right;padding:10px;width:300px;"> |