corrections de style
darcs-hash:20061110150723-f46e9-65cdc2089c01b12683a2a6a356de92c2037ca227.gz
This commit is contained in:
parent
ba6b1046c9
commit
167f0d0875
2 changed files with 4 additions and 5 deletions
|
@ -55,13 +55,12 @@
|
|||
#if $getVar('fileName',False)
|
||||
<li><div id="fileName"><span>$fileName</span></div></li>
|
||||
<li><span style="font-weight:bold;">pages: </span><span id="fileNbPages"></span></li>
|
||||
|
||||
<hr />
|
||||
#end if
|
||||
<li id="actionEtatImprimante" onclick="Impression.AJAX.getPrinterState();"><span style="font-weight:bold;">État
|
||||
imprimante:</span><br /><span id="etatImprimanteIci"> $etatImprimante </span></li>
|
||||
|
||||
<li id="actionNouvelleImpression"><a href="index">Nouvelle impression</a></li>
|
||||
<li id="actionMesCodes"><a href="#" onclick="Impression.mesCodes.getCodes(); return false;">Mes codes</a></li>
|
||||
|
||||
<li id="actionEtatImprimante" onclick="Impression.AJAX.getPrinterState();"><span style="font-weight:bold;">État imprimante:</span><br /><span id="etatImprimanteIci"> $etatImprimante </span></li>
|
||||
<!-- <li><a href="historique">Historique</a></li> -->
|
||||
</ul>
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
display:block;
|
||||
float:left;
|
||||
width:100%;
|
||||
clear:left;
|
||||
clear:both;
|
||||
}
|
||||
textInputLabel {
|
||||
width:150px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue