mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-20 21:34:11 -07:00
no delete button for now
This commit is contained in:
parent
3d989fa74b
commit
0f8578f7a8
1 changed files with 6 additions and 6 deletions
|
@ -11,7 +11,7 @@
|
||||||
<input type="submit" value="" class="l-sort-toolbar__search" onClick="return doSearch('/search/')" />
|
<input type="submit" value="" class="l-sort-toolbar__search" onClick="return doSearch('/search/')" />
|
||||||
</form>
|
</form>
|
||||||
</td>
|
</td>
|
||||||
<td class="toggle-all">
|
<!--td class="toggle-all">
|
||||||
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all">
|
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all">
|
||||||
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
|
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
|
||||||
</td>
|
</td>
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<input type="submit" value="" class="l-sort-toolbar__filter-apply" />
|
<input type="submit" value="" class="l-sort-toolbar__filter-apply" />
|
||||||
</td>
|
</td-->
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
@ -49,12 +49,12 @@
|
||||||
<div class="l-unit">
|
<div class="l-unit">
|
||||||
<div class="l-unit-toolbar clearfix">
|
<div class="l-unit-toolbar clearfix">
|
||||||
<div class="l-unit-toolbar__col l-unit-toolbar__col--left">
|
<div class="l-unit-toolbar__col l-unit-toolbar__col--left">
|
||||||
<input id="check<?php echo $i ?>" class="ch-toggle" type="checkbox" name="check" value="check<?php echo $i ?>">
|
<!--input id="check<?php echo $i ?>" class="ch-toggle" type="checkbox" name="check" value="check<?php echo $i ?>">
|
||||||
<label for="check<?php echo $i ?>" class="check-label"></label>
|
<label for="check<?php echo $i ?>" class="check-label"></label -->
|
||||||
</div>
|
</div>
|
||||||
<!-- l-unit-toolbar__col -->
|
<!-- l-unit-toolbar__col -->
|
||||||
<div class="l-unit-toolbar__col l-unit-toolbar__col--right noselect">
|
<div class="l-unit-toolbar__col l-unit-toolbar__col--right noselect">
|
||||||
<div class="actions-panel__col actions-panel__delete">
|
<!-- div class="actions-panel__col actions-panel__delete">
|
||||||
<a id="delete_link_<?=$i?>" class="data-controls do_delete">
|
<a id="delete_link_<?=$i?>" class="data-controls do_delete">
|
||||||
<?=__('delete')?> <i class="do_delete"></i>
|
<?=__('delete')?> <i class="do_delete"></i>
|
||||||
<input type="hidden" name="delete_url" value="/delete/backup/?backup=<?=$key?>&token=<?=$_SESSION['token']?>" />
|
<input type="hidden" name="delete_url" value="/delete/backup/?backup=<?=$key?>&token=<?=$_SESSION['token']?>" />
|
||||||
|
@ -62,7 +62,7 @@
|
||||||
<p class="confirmation"><?=__('DELETE_BACKUP_CONFIRMATION',$key)?></p>
|
<p class="confirmation"><?=__('DELETE_BACKUP_CONFIRMATION',$key)?></p>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div-->
|
||||||
|
|
||||||
<!-- /.actiona-panel -->
|
<!-- /.actiona-panel -->
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue