r155 - trunk/faxtomail-ui-web/src/main/webapp/WEB-INF/content/admin
Author: echatellier Date: 2014-06-09 16:52:18 +0200 (Mon, 09 Jun 2014) New Revision: 155 Url: http://forge.codelutin.com/projects/faxtomail/repository/revisions/155 Log: Ajout d'un bouton valider par type d'import Modified: trunk/faxtomail-ui-web/src/main/webapp/WEB-INF/content/admin/import-input.jsp Modified: trunk/faxtomail-ui-web/src/main/webapp/WEB-INF/content/admin/import-input.jsp =================================================================== --- trunk/faxtomail-ui-web/src/main/webapp/WEB-INF/content/admin/import-input.jsp 2014-06-09 14:45:04 UTC (rev 154) +++ trunk/faxtomail-ui-web/src/main/webapp/WEB-INF/content/admin/import-input.jsp 2014-06-09 14:52:18 UTC (rev 155) @@ -38,41 +38,45 @@ <s:form id="main_form" action="import" method="post" enctype="multipart/form-data"> - <div class="form-group"> - <label for="clientField">Fichier client</label> - <input type="file" id="clientField" name="clientFile"> + <div class="form-group form-inline"> + <label for="clientField" class="control-label">Fichier client :</label> + <input type="file" id="clientField" name="clientFile" class="form-control"> <p class="help-block">Format du fichier csv : <code>Id_Correspondance;Societe;Nom;Caracteristique1;Caracteristique2;Caracteristique3;Client_Top;Numero_Fax;Adresse_Mail;Code_Client;Objet_Message;Destination</code></p> </div> - + <button type="submit" class="btn btn-primary navbar-btn">Valider</button> + <hr /> + <div class="form-group"> - <label for="etatAttenteField">Fichier état d'attente</label> - <input type="file" id="etatAttenteField" name="etatAttenteFile"> + <label for="etatAttenteField" class="control-label">Fichier état d'attente :</label> + <input type="file" id="etatAttenteField" name="etatAttenteFile" class="form-control"> <p class="help-block">Format du fichier csv : <code>etatattente</code></p> </div> - + <button type="submit" class="btn btn-primary navbar-btn">Valider</button> + <hr /> + <div class="form-group"> - <label for="demandTypeField">Fichier types de demande</label> - <input type="file" id="demandTypeField" name="demandTypeFile"> + <label for="demandTypeField" class="control-label">Fichier types de demande :</label> + <input type="file" id="demandTypeField" name="demandTypeFile" class="form-control"> <p class="help-block">Format du fichier csv : <code>demandetype</code></p> </div> - + <button type="submit" class="btn btn-primary navbar-btn">Valider</button> + <hr /> + <div class="form-group"> - <label for="rangeField">Fichier gamme</label> - <input type="file" id="rangeField" name="rangeFile"> + <label for="rangeField" class="control-label">Fichier gamme :</label> + <input type="file" id="rangeField" name="rangeFile" class="form-control"> <p class="help-block">Format du fichier csv : <code>gamme</code></p> </div> - + <button type="submit" class="btn btn-primary navbar-btn">Valider</button> + <hr /> + <div class="form-group"> - <label for="priorityField">Fichier priorite</label> - <input type="file" id="priorityField" name="priorityFile"> + <label for="priorityField" class="control-label">Fichier priorite :</label> + <input type="file" id="priorityField" name="priorityFile" class="form-control"> <p class="help-block">Format du fichier csv : <code>priorite</code></p> </div> - - <nav class="navbar navbar-default navbar-fixed-bottom"> - <div class="container"> - <button type="submit" class="btn btn-primary navbar-btn pull-right">Valider</button> - </div> - </nav> + <button type="submit" class="btn btn-primary navbar-btn">Valider</button> + </s:form> </div> </body>
participants (1)
-
echatellier@users.forge.codelutin.com