mockups: add helpful message on empty dossiers page

This commit is contained in:
Frédéric Péters 2012-10-07 11:22:52 +02:00
parent 7f5575de22
commit 3b6daa75d9
3 changed files with 16 additions and 4 deletions

BIN
mockups/css/info.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -865,3 +865,12 @@ div.agenda a.print {
tr.clos {
color: red;
}
div.big-msg-info {
background: transparent url(info.png) 5px 5px no-repeat;
width: 30em;
padding-left: 90px;
margin: 3em auto;
min-height: 90px;
padding-top: 20px;
}

View File

@ -61,6 +61,7 @@
$('table#dossiers tbody tr').hide();
$('#search-results').hide();
$('#search').click(function () {
$('.big-msg-info').hide();
$('#search-results').show();
$('table#dossiers tbody tr').show();
});
@ -420,12 +421,14 @@
<td>18/08/2012 (...)</td>
</tr>
</tbody>
</table>
<div class="big-msg-info">
Utilisez le formulaire de recherche sur la gauche de l'écran pour afficher
les dossiers correspondants.
</div>
</div>
</div>