[CMF-checkins] CVS: CMF - selectWorkflows.dtml:1.2

shane@digicool.com shane@digicool.com
Mon, 11 Jun 2001 15:12:57 -0400 (EDT)


Update of /cvs-repository/CMF/CMFCore/dtml
In directory korak.digicool.com:/tmp/cvs-serv29375

Modified Files:
	selectWorkflows.dtml 
Log Message:
UI to new updateRoleMappings() method.



--- Updated File selectWorkflows.dtml in package CMF --
--- selectWorkflows.dtml	2001/04/07 23:14:03	1.1
+++ selectWorkflows.dtml	2001/06/11 19:12:57	1.2
@@ -9,8 +9,8 @@
 <dtml-in types_info mapping sort=id>
 <tr>
 <td>
- <a href="../portal_types/&dtml-id;/manage_workspace">&dtml-id;<dtml-if
-  title>(&dtml-title;)</dtml-if></a>
+ <a href="../portal_types/&dtml.url_quote-id;/manage_workspace"
+  >&dtml-id;<dtml-if title>(&dtml-title;)</dtml-if></a>
 </td>
 <td>
  <input type="text" name="chain_&dtml-id;" value="&dtml-chain;" size="70" />
@@ -30,5 +30,16 @@
 <input type="submit" name="submit" value="Change" />
 
 </form>
+
+<hr />
+
+<p>
+Click the button below to update the security settings of all
+workflow-aware objects in this portal.
+
+<form action="updateRoleMappings" method="GET">
+<input type="submit" name="submit" value="Update security settings" />
+</form>
+</p>
 
 <dtml-var manage_page_footer>