diff --git a/UI/Common/Toolbars/SOGoAclAssistant.toolbar b/UI/Common/Toolbars/SOGoAclAssistant.toolbar new file mode 100644 index 000000000..6e08205d8 --- /dev/null +++ b/UI/Common/Toolbars/SOGoAclAssistant.toolbar @@ -0,0 +1,7 @@ +( /* the toolbar groups -*-cperl-*- */ + ( { link = "#"; + isSafe = NO; + label = "Close"; + onclick = "window.close();"; + image = "tb-mail-stop-flat-24x24.png"; } ) +) diff --git a/UI/Common/Toolbars/SOGoAclOwner.toolbar b/UI/Common/Toolbars/SOGoAclOwner.toolbar new file mode 100644 index 000000000..70987eee6 --- /dev/null +++ b/UI/Common/Toolbars/SOGoAclOwner.toolbar @@ -0,0 +1,12 @@ +( /* the toolbar groups -*-cperl-*- */ + ( { link = "#"; + isSafe = NO; + label = "Save"; + onclick = "return saveAcls(this);"; + image = "tb-compose-save-flat-24x24.png"; }, + { link = "#"; + isSafe = NO; + label = "Close"; + onclick = "window.close();"; + image = "tb-mail-stop-flat-24x24.png"; } ) +)