change col-xs to col-sm : tablet
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
|
||||
<form method="POST" id="frm" class="form-horizontal">
|
||||
<div class="form-group">
|
||||
<label class="control-label col-xs-2" for="societe">Societe</label>
|
||||
<div class="col-xs-6">
|
||||
<label class="control-label col-xs-3" for="societe">Societe</label>
|
||||
<div class="col-xs-8">
|
||||
<select class="form-control" id="societe" name="societe" onChange="$('#frm').submit()">
|
||||
<div tal:repeat="item societes">
|
||||
<option value="${item}" tal:attributes="selected societe==item and 'selected' or None">${item}</option>
|
||||
@@ -63,15 +63,15 @@
|
||||
|
||||
<form id="frm-nochantier" action="${url}" method="POST" class="form-horizontal">
|
||||
<div class="form-group">
|
||||
<label class="control-label col-xs-2" for="societe">No chantier</label>
|
||||
<div class="col-xs-2">
|
||||
<label class="control-label col-sm-2" for="societe">No chantier</label>
|
||||
<div class="col-sm-2">
|
||||
<select class="form-control" id="nochantier" name="nochantier">
|
||||
<div tal:repeat="item nochantiers">
|
||||
<option value="${item}" tal:attributes="selected nochantier == item and 'selected' or None">${item}</option>
|
||||
</div>
|
||||
</select>
|
||||
</div>
|
||||
<div class="col-xs-8">
|
||||
<div class="col-sm-8">
|
||||
<button class="btn btn-primary" type="submit" name="form.nochantier">
|
||||
<span class="glyphicon glyphicon-pencil"></span> MAJ No chantier</button>
|
||||
(Veuillez cocher un ou plusieurs dossiers pour mettre à jour leur no de chantier)
|
||||
|
||||
Reference in New Issue
Block a user