Aide pour l'impression dans l'intranet
Une modif non commite qui tranait... darcs-hash:20080107001110-61eff-5d4d2ce72ec6978eaaa989cc5f994a71c19c4068.gz
This commit is contained in:
parent
10528470f3
commit
f09e649295
2 changed files with 3 additions and 1 deletions
|
@ -100,6 +100,7 @@ form#form_impression label.labelInput {
|
||||||
text-align:right;
|
text-align:right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fieldset .aide { float:right; }
|
||||||
/* ****************************************** *
|
/* ****************************************** *
|
||||||
* <!-- popup choix fichier -->
|
* <!-- popup choix fichier -->
|
||||||
* ****************************************** */
|
* ****************************************** */
|
||||||
|
|
|
@ -58,9 +58,10 @@ Crans.messages.setMessage('$errorMsg.replace("\'","\\\'")', 'errorMessage')
|
||||||
Recto-verso
|
Recto-verso
|
||||||
</label>
|
</label>
|
||||||
<label for="disposition_recto_verso_short" class="labelRadio compact">
|
<label for="disposition_recto_verso_short" class="labelRadio compact">
|
||||||
<input type="radio" name="disposition" id="disposition_recto_verso_short" class="inputRadio" value="$crans.impression.IMPRESSION_RECTO_VERSO_SHORT" checked="checked" onclick="Impression.settings.update(this);" />
|
<input type="radio" name="disposition" id="disposition_recto_verso_short" class="inputRadio" value="$crans.impression.IMPRESSION_RECTO_VERSO_SHORT" onclick="Impression.settings.update(this);" />
|
||||||
Recto-verso court
|
Recto-verso court
|
||||||
</label>
|
</label>
|
||||||
|
<a class="aide" href="http://wiki.crans.org/VieCrans/ImpressionReseau/Aide/Disposition">aide</a>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue