mirror of
https://github.com/e107inc/e107.git
synced 2025-03-14 01:19:44 +01:00
Closes #5382
This commit is contained in:
parent
f772ab0b98
commit
2b9997fe9b
@ -328,7 +328,7 @@ class admin_history_form_ui extends e_admin_form_ui
|
||||
$row = $controller->getListModel()->getData();
|
||||
|
||||
// Begin options group
|
||||
$text = "<div class='btn-group pull-right'>";
|
||||
$text = "<div class='btn-group'>";
|
||||
|
||||
// Check if the record can be restored
|
||||
if (!empty($id))
|
||||
@ -338,7 +338,7 @@ class admin_history_form_ui extends e_admin_form_ui
|
||||
|
||||
$type = $row['history_action'];
|
||||
$name = ($type === 'delete') ? "restore_deleted[$id]" : "restore_updated[$id]";
|
||||
$text .= "<button class='btn btn-default' type='submit' name='$name' title='{$restoreTitle}'><i class='admin-ui-option fa fa-undo fa-2x fa-fw'></i></button>";
|
||||
$text .= "<button class='btn btn-primary' type='submit' name='$name' title='{$restoreTitle}'><i class='admin-ui-option fa fa-undo fa-2x fa-fw'></i></button>";
|
||||
}
|
||||
|
||||
$att['readParms']['editClass'] = 999; // disable it.
|
||||
|
Loading…
x
Reference in New Issue
Block a user