Upload plugin files but mPDF folder
This commit is contained in:
parent
ba5c48b8e8
commit
9ac4bbce8a
36 changed files with 2864 additions and 0 deletions
18
templates/_list_actions.tpl
Normal file
18
templates/_list_actions.tpl
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<tfoot>
|
||||
<tr>
|
||||
{if $session->canAccess('membres', Membres::DROIT_ADMIN)}<td class="check"><input type="checkbox" value="Tout cocher / décocher" /></td>{/if}
|
||||
<td class="actions" colspan="{$colspan}">
|
||||
<em>Pour les membres cochés :</em>
|
||||
{csrf_field key="membres_action"}
|
||||
<select name="action">
|
||||
<option value="">— Choisir une action à effectuer —</option>
|
||||
<option value="csv">Exporter en tableau CSV</option>
|
||||
<option value="ods">Exporter en classeur Office</option>
|
||||
<option value="delete">Supprimer</option>
|
||||
</select>
|
||||
<noscript>
|
||||
<input type="submit" value="OK" />
|
||||
</noscript>
|
||||
</td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
Loading…
Add table
Add a link
Reference in a new issue