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)
|
#if $getVar('fileName',False)
|
||||||
<li><div id="fileName"><span>$fileName</span></div></li>
|
<li><div id="fileName"><span>$fileName</span></div></li>
|
||||||
<li><span style="font-weight:bold;">pages: </span><span id="fileNbPages"></span></li>
|
<li><span style="font-weight:bold;">pages: </span><span id="fileNbPages"></span></li>
|
||||||
|
<hr />
|
||||||
#end if
|
#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="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="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> -->
|
<!-- <li><a href="historique">Historique</a></li> -->
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
display:block;
|
display:block;
|
||||||
float:left;
|
float:left;
|
||||||
width:100%;
|
width:100%;
|
||||||
clear:left;
|
clear:both;
|
||||||
}
|
}
|
||||||
textInputLabel {
|
textInputLabel {
|
||||||
width:150px;
|
width:150px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue