[dev] tiny patch to groups.php
Mathieu CLABAUT
mathieu.clabaut at free.fr
Wed Feb 19 19:01:39 PST 2003
Hello,
I've just updated the last HEAD.... I haven't do it for long, and the
differences are amazing.... Once again, you've made a great, great
work...
Attached is a tiny patch, which made the UI stay in the "member
addition form" when editing groups. It was tedious to click on
"group_name"->"modify" between each member addition to the group..
-mat.
--
___________________http://www.fsf.org/philosophy/no-word-attachments.html
Mathieu CLABAUT mailto:mathieu.clabaut at free.fr
F2F5 442F F2AC E1D5 9D31 3EFC 842A BC4A 123B 9A65
-------------- next part --------------
Index: groups.php
===================================================================
RCS file: /repository/horde/admin/groups.php,v
retrieving revision 1.23
diff -u -b -B -w -u -B -b -w -r1.23 groups.php
--- groups.php 11 Feb 2003 17:25:47 -0000 1.23
+++ groups.php 19 Feb 2003 17:56:42 -0000
@@ -126,6 +126,7 @@
}
}
$notification->push(sprintf(_("Updated '%s'."), $group->getShortName()), 'horde.success');
+ $form = 'edit.inc';
$reload = true;
break;
More information about the dev
mailing list