File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1111 < input type ="submit " value ="" class ="l-sort-toolbar__search " onClick ="return doSearch('/search/') " />
1212 </ form >
1313 </ td >
14- < td class ="toggle-all ">
14+ <!-- td class="toggle-all">
1515 <input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all">
1616 <label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
1717 </td>
2525 </select>
2626 </div>
2727 <input type="submit" value="" class="l-sort-toolbar__filter-apply" />
28- </ td >
28+ </td-- >
2929 </ tr >
3030 </ table >
3131 </ div >
4949 < div class ="l-unit ">
5050 < div class ="l-unit-toolbar clearfix ">
5151 < div class ="l-unit-toolbar__col l-unit-toolbar__col--left ">
52- < input id ="check<?php echo $i ?> " class ="ch-toggle " type ="checkbox " name ="check " value ="check<?php echo $i ?> ">
53- < label for ="check<?php echo $i ?> " class ="check-label "> </ label >
52+ <!-- input id="check<?php echo $i ?>" class="ch-toggle" type="checkbox" name="check" value="check<?php echo $i ?>">
53+ <label for="check<?php echo $i ?>" class="check-label"></label -- >
5454 </ div >
5555 <!-- l-unit-toolbar__col -->
5656 < div class ="l-unit-toolbar__col l-unit-toolbar__col--right noselect ">
57- < div class ="actions-panel__col actions-panel__delete ">
57+ <!-- div class="actions-panel__col actions-panel__delete">
5858 <a id="delete_link_<?=$i?>" class="data-controls do_delete">
5959 <?=__('delete')?> <i class="do_delete"></i>
6060 <input type="hidden" name="delete_url" value="/delete/backup/?backup=<?=$key?>&token=<?=$_SESSION['token']?>" />
6161 <div id="delete_dialog_<?=$i?>" class="confirmation-text-delete hidden" title="<?=__('Confirmation')?>">
6262 <p class="confirmation"><?=__('DELETE_BACKUP_CONFIRMATION',$key)?></p>
6363 </div>
6464 </a>
65- </ div >
65+ </div-- >
6666
6767 <!-- /.actiona-panel -->
6868 </ div >
You can’t perform that action at this time.
0 commit comments