- <tr>
- <td>{$fileName}</td>
- <td>{$zonesAmount}</td>
- <td>
- <a class="btn btn-primary btn-inverse btn-icon-only zoneRowIcon" data-act="showBackupZones" data-query="id={$fileName}&type={$type}" title="{$MGLANG->T('show_list')}"><i class="glyphicon glyphicon-eye-open"></i></a>
- {if $type == 'bulk'}
- <a class="btn btn-primary btn-inverse btn-icon-only zoneRowIcon" data-act="addExportSave" data-query="id={$fileName}&type={$type}" title="{$MGLANG->T('addExport')}"><i class="glyphicon glyphicon-floppy-open"></i></a>
- {/if}
- <a class="btn btn-primary btn-inverse btn-icon-only zoneRowIcon" data-act="downloandBackupFile" data-query="id={$fileName}&type={$type}" title="{$MGLANG->T('downloadFile')}"><i class="glyphicon glyphicon-floppy-save"></i></a>
- <a class="btn btn-danger btn-inverse btn-icon-only zoneRowIcon" data-act="removeBackupFile" data-confirm-body="{$MGLANG->T('removeBackupFileConfirmation')}: {$fileName}?" data-query="id={$fileName}&type={$type}" title="{$MGLANG->T('deleteFile')}"><i class="fa fa-trash"></i></a>
- </td>
- </tr>
|