This commit is contained in:
Marion Muszynski 2017-06-20 10:59:11 +02:00
parent 1f971275a0
commit 92bd1d406d

View File

@ -1945,8 +1945,8 @@ class AdminProducts extends AdminTab
echo '<p>';
if ($this->delete)
echo '<input type="submit" class="button" name="submitDel'.$this->table.'" value="'.$this->l('Delete selection').'" onclick="return confirm(\''.$this->l('Delete selected items?', __CLASS__, TRUE, FALSE).'\');" />';
echo ' <input type="submit" class="button" name="submitDisable'.$this->table.'" value="'.$this->l('Disable selection').'" onclick="return confirm(\''.$this->l('Disable selected items?', __CLASS__, TRUE, FALSE).'\');" />';
echo ' <input type="submit" class="button" name="submitEnable'.$this->table.'" value="'.$this->l('Enable selection').'" onclick="return confirm(\''.$this->l('Enable selected items?', __CLASS__, TRUE, FALSE).'\');" />';
echo ' <input style="float:right;margin-left:5px;" type="submit" class="button" name="submitDisable'.$this->table.'" value="'.$this->l('Disable selection').'" onclick="return confirm(\''.$this->l('Disable selected items?', __CLASS__, TRUE, FALSE).'\');" />';
echo ' <input style="float:right;" type="submit" class="button" name="submitEnable'.$this->table.'" value="'.$this->l('Enable selection').'" onclick="return confirm(\''.$this->l('Enable selected items?', __CLASS__, TRUE, FALSE).'\');" />';
echo '</p>';
echo '<hr>';