Bootstrap for authentication choices (#776)

This commit is contained in:
Clément Oudot 2014-12-10 10:33:36 +00:00
parent 899575e361
commit dffc3affe5

View File

@ -665,34 +665,35 @@
<!-- authChoice --> <!-- authChoice -->
<div id="content_authChoice" class="hidden"> <div id="content_authChoice" class="hidden">
<table> <table class="table">
<tr> <tr>
<td><lang en="Key name" fr="Nom de la clef"/></td> <th><lang en="Key name" fr="Nom de la clef"/></th>
<td><input type="text" id="authChoiceKey" class="form-control"/></td> <td><input type="text" id="authChoiceKey" class="form-control"/></td>
</tr> </tr>
<tr> <tr>
<td><lang en="Authentication module" fr="Module d'authentification"/></td> <th><lang en="Authentication module" fr="Module d'authentification"/></th>
<td><select id="authChoiceAuth" class="form-control"></select></td> <td><select id="authChoiceAuth" class="form-control"></select></td>
</tr> </tr>
<tr> <tr>
<td><lang en="User module" fr="Module d'utilisateurs"/></td> <th><lang en="User module" fr="Module d'utilisateurs"/></th>
<td><select id="authChoiceUser" class="form-control"></select></td> <td><select id="authChoiceUser" class="form-control"></select></td>
</tr> </tr>
<tr> <tr>
<td><lang en="Password module" fr="Module de mots de passe"/></td> <th><lang en="Password module" fr="Module de mots de passe"/></th>
<td><select id="authChoicePassword" class="form-control"></select></td> <td><select id="authChoicePassword" class="form-control"></select></td>
</tr> </tr>
<tr> <tr>
<td><lang en="URL" fr="URL"/></td> <th><lang en="URL" fr="URL"/></th>
<td><input type="text" id="authChoiceURL" class="form-control"/></td> <td><input type="text" id="authChoiceURL" class="form-control"/></td>
</tr> </tr>
</table> </table>
<br /> <div class="buttons text-center">
<button onclick="setlmauthchoice(currentId);return false;" class="btn btn-info"> <button onclick="setlmauthchoice(currentId);return false;" class="btn btn-info">
<i class="glyphicon glyphicon-ok"></i> <i class="glyphicon glyphicon-ok"></i>
<lang en="Apply" fr="Appliquer" /> <lang en="Apply" fr="Appliquer" />
</button> </button>
</div> </div>
</div>
<!-- applicationList Category--> <!-- applicationList Category-->
<div id="content_applicationListCategory" class="hidden"> <div id="content_applicationListCategory" class="hidden">