[Rt-commit] rt branch, rightsmatrix, updated. rt-3.8.8-677-g249edb5
Thomas Sibley
trs at bestpractical.com
Fri Sep 3 13:07:20 EDT 2010
The branch, rightsmatrix has been updated
via 249edb554ec49326ebbfb4b5ad57cf5aac3e23cc (commit)
via 71c539e174405efd7b19fa5db62dc9e4ae058bbf (commit)
from 92caed09ad97d68dd590db23055c4d6652e6884e (commit)
Summary of changes:
share/html/Admin/Elements/EditRights | 3 +++
share/html/NoAuth/css/web2/forms.css | 1 +
2 files changed, 4 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 71c539e174405efd7b19fa5db62dc9e4ae058bbf
Author: Thomas Sibley <trs at bestpractical.com>
Date: Fri Sep 3 12:53:18 2010 -0400
Add a callback to let extensions get at principals and context
diff --git a/share/html/Admin/Elements/EditRights b/share/html/Admin/Elements/EditRights
index e108af3..55c2bb0 100644
--- a/share/html/Admin/Elements/EditRights
+++ b/share/html/Admin/Elements/EditRights
@@ -6,6 +6,9 @@ $AddPrincipal => undef
<%init>
use Scalar::Util qw(blessed);
+# Let callbacks get at principals and context before we do anything with them
+$m->callback( Principals => $Principals, Context => $Context );
+
# Try to detect if we want to include an add user/group box
unless ( $AddPrincipal ) {
my $last = $Principals->[-1];
commit 249edb554ec49326ebbfb4b5ad57cf5aac3e23cc
Author: Thomas Sibley <trs at bestpractical.com>
Date: Fri Sep 3 13:06:13 2010 -0400
Float over the extra buttons so we don't break up onto two lines
diff --git a/share/html/NoAuth/css/web2/forms.css b/share/html/NoAuth/css/web2/forms.css
index 4c33f1f..609f65c 100755
--- a/share/html/NoAuth/css/web2/forms.css
+++ b/share/html/NoAuth/css/web2/forms.css
@@ -167,6 +167,7 @@ div.submit {
div.submit .extra-buttons {
text-align: left;
+ float: left;
}
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list