Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente |
| etudiants:2014:girod:bugreport [2013/11/01 18:40] – girod | etudiants:2014:girod:bugreport [2019/08/31 14:21] (Version actuelle) – modification externe 127.0.0.1 |
|---|
| {{:etudiants:2014:girod:girod_bug_report_liste_applications.jpg|}} | {{:etudiants:2014:girod:girod_bug_report_liste_applications.jpg|}} |
| |
| | <sxh php;html-script: true;title:views/vApps.php> |
| | <div id="apps"> |
| | <fieldset class="cadre"> |
| | <legend><input type="checkbox" id="ckAll" title="(Dé)sélectionner les applications"> Applications :</legend> |
| | <table id="appsTable"> |
| | <?php Gui::show($data["apps"],"addDelete")?> |
| | </table> |
| | <div class="buttons"> |
| | <div class="btn" id="btAdd" name="btAdd" title="Ajouter une nouvelle application"><span class="">Ajouter une application...</span></div> |
| | <div id="multi"><b>Pour la sélection :</b> |
| | <a href="#" class="delete" id="btMultiDelete" name="btMultiDelete" title="Supprimer les applications sélectionnées">Supprimer</a> |
| | </div> |
| | </div> |
| | </fieldset> |
| | </div> |
| | <?php echo $data["js"];?> |
| | </sxh> |
| |
| === vFooter === | === vFooter === |