From af4f5696e9fa1a800a45289931ed147b7fb6f5ed Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 28 Mar 2008 17:23:12 -0400 Subject: Add owners list to WebUI pages, also customize function for saving lists to avoid extra whitespace on comma delimited inputs. --- webui_templates/profile_edit.tmpl | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'webui_templates/profile_edit.tmpl') diff --git a/webui_templates/profile_edit.tmpl b/webui_templates/profile_edit.tmpl index f9eca09..95ad1fd 100644 --- a/webui_templates/profile_edit.tmpl +++ b/webui_templates/profile_edit.tmpl @@ -308,6 +308,24 @@ function disablename(value) + + + + + + #if $profile + #set ownerslist = ','.join($profile.owners) + #end if + +

Applies only if using authz_ownership module, comma-delimited

+ + + #if $profile -- cgit