ajout d'un avertissemt concernant l'impression et IE + style associ
darcs-hash:20061116234732-f46e9-6df3713eb235c5cef8be990d9111636d580872c6.gz
This commit is contained in:
parent
d3c4e0cc0b
commit
e310bd2392
2 changed files with 24 additions and 2 deletions
|
@ -194,4 +194,21 @@ div.visualClear {clear:both;}
|
|||
|
||||
.aide {
|
||||
font-size:0.8em;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.crans_warning {
|
||||
font-style: italic;
|
||||
font-size: .8em;
|
||||
border : thin black solid;
|
||||
display: block;
|
||||
width:80%;
|
||||
padding:3px 5px 3px 30px;
|
||||
margin:auto;
|
||||
background: center left no-repeat url('/static/images/crans_mini_warning.png');
|
||||
}
|
||||
|
||||
.crans_signature {
|
||||
text-align: right;
|
||||
display: block;
|
||||
}
|
||||
|
|
|
@ -81,7 +81,12 @@
|
|||
#if $getVar('openError',False)
|
||||
<div style="text-align:center;width:40%;border:2px solid red;margin:5px auto;padding:5px 10px;">$openError</div>
|
||||
#end if
|
||||
<form method="post" action="./" enctype="multipart/form-data">
|
||||
<p class="crans_warning">Il semblerait que l'interface d'impression ne soit
|
||||
pas compatible avec internet explorer. Nous espérons pouvoir
|
||||
régler ce problème au plus vite. Nous vous conseillons en attendant
|
||||
d'utiliser <a href="http://www.mozilla-europe.org/fr/products/firefox/">Firefox</a>. <span class="crans_signature">Les
|
||||
nounous</span> </p>
|
||||
<form method="post" action="./" enctype="multipart/form-data">
|
||||
<h2>Mes fichiers</h2>
|
||||
<div>
|
||||
<select name="fileList" id="fileList" size="5">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue