Просмотр исходного кода

Remove 'toggle all' from toolbar

Checkbox has been moved to table view
Kristan Kenney 6 лет назад
Родитель
Сommit
97adf72d31

+ 0 - 4
web/templates/admin/list_backup.html

@@ -14,10 +14,6 @@
                   <button type="submit" class="l-sort-toolbar__filter-apply" onclick="return doSearch('/search/')" value=""><i class="fas fa-search"></i></button>
                 </form>
               </td>
-              <td class="toggle-all">
-                <input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
-                <label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
-              </td>
               <td class="step-right">
                 <form action="/bulk/backup/" method="post" id="objects">
                 <input type="hidden" name="token" value="<?=$_SESSION['token']?>" />

+ 0 - 4
web/templates/admin/list_cron.html

@@ -25,10 +25,6 @@
                   <button type="submit" class="l-sort-toolbar__filter-apply" onclick="return doSearch('/search/')" value=""><i class="fas fa-search"></i></button>
                 </form>
               </td>
-              <td class="toggle-all">
-                <input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
-                <label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
-              </td>
               <td class="">
                 <form action="/bulk/cron/" method="post" id="objects">
                 <input type="hidden" name="token" value="<?=$_SESSION['token']?>" />

+ 0 - 4
web/templates/admin/list_updates.html

@@ -11,10 +11,6 @@
         <div class="l-sort-toolbar clearfix">
           <table>
             <tr>
-              <td class="toggle-all">
-                <input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
-                <label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
-              </td>
               <td>
                 <form action="/bulk/hestia/" method="post" id="objects">
                 <input type="hidden" name="token" value="<?=$_SESSION['token']?>" />