mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-01 11:02:43 +02:00
- 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
This commit is contained in:
@@ -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 />
|
||||
|
||||
@@ -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;">
|
||||
|
||||
Reference in New Issue
Block a user