Skip to content

Commit

Permalink
*7660* more modal icons
Browse files Browse the repository at this point in the history
  • Loading branch information
jnugent committed Aug 1, 2012
1 parent 5b9bed0 commit a684888
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Expand Up @@ -51,7 +51,7 @@ function initialize(&$request) {
new AjaxModal(
$router->url($request, null, null, 'editAnnouncement', null, $actionArgs),
__('grid.action.edit'),
'edit',
'modal_edit',
true
),
__('grid.action.edit'),
Expand All @@ -76,4 +76,4 @@ function initialize(&$request) {
}
}

?>
?>
Expand Up @@ -51,7 +51,7 @@ function initialize(&$request) {
new AjaxModal(
$router->url($request, null, null, 'editAnnouncementType', null, $actionArgs),
__('grid.action.edit'),
'edit',
'modal_edit',
true
),
__('grid.action.edit'),
Expand Down
2 changes: 1 addition & 1 deletion controllers/grid/plugins/PluginGridRow.inc.php
Expand Up @@ -126,7 +126,7 @@ function initialize(&$request) {
new RemoteActionConfirmationModal(
__('manager.plugins.deleteConfirm'),
__('common.delete'),
$router->url($request, null, null, 'deletePlugin', null, $actionArgs)),
$router->url($request, null, null, 'deletePlugin', null, $actionArgs), 'modal_delete'),
__('common.delete'),
'delete'));

Expand Down

0 comments on commit a684888

Please sign in to comment.