Merge branch 'ticket-13532-ProductDisable' into develop
This commit is contained in:
commit
a10a145fce
@ -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>';
|
||||
|
Loading…
Reference in New Issue
Block a user