[impression] On met les agrafes dans le bon ordre
Ignore-this: 7580e25f38d18e2433563c25d05af66b darcs-hash:20090524213928-bd074-745b5f4e8a6f0da4f7743e520280342aec7af4e6.gz
This commit is contained in:
parent
af07ccb27e
commit
8fe05f79d9
2 changed files with 5 additions and 2 deletions
|
@ -74,6 +74,9 @@ DICT_AGRAFAGE = { "None" : "aucune agrafe",
|
|||
"Right" : u"deux agrafes sur le bord droit",
|
||||
"Top" : u"deux agrafes sur le bord supérieur",
|
||||
"Bottom" : u"deux agrafes sur le bord inférieur" }
|
||||
|
||||
AVAIL_AGRAFES = ["None", "TopLeft", "TopRight", "Left", "BottomLeft", "BottomRight", "Right"]
|
||||
|
||||
DICT_PAPIER = { 'A4' : "Papier A4 ordinaire",
|
||||
'A3' : "Papier A3 ordinaire",
|
||||
'A4tr' : "Transparent A4" }
|
||||
|
|
|
@ -38,8 +38,8 @@ Crans.messages.setMessage('$errorMsg.replace("\'","\\\'")', 'errorMessage')
|
|||
<br />
|
||||
<label for="agrafage" class="labelInput">Agrafes:</label>
|
||||
<select name="agrafage" id="agrafage" class="selectOne" onchange="Impression.settings.update(this);">
|
||||
#for type_agrafes in $impression_canon.DICT_AGRAFAGE.keys()
|
||||
<option value="$type_agrafes">$impression_canon.DICT_AGRAFAGE[type_agrafes]</option>
|
||||
#for type_agrafes in $impression_canon.AVAIL_AGRAFES
|
||||
<option value="$type_agrafes">$impression_canon.DICT_AGRAFAGE[type_agrafes]</option>
|
||||
#end for
|
||||
</select>
|
||||
<br />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue