[Mpuls-commits] r2006 - wasko/branches/2.0/jmdweb/templates/casemanagement
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Mar 18 12:57:33 CET 2010
Author: torsten
Date: 2010-03-18 12:57:32 +0100 (Thu, 18 Mar 2010)
New Revision: 2006
Modified:
wasko/branches/2.0/jmdweb/templates/casemanagement/bundle_editor.mako
wasko/branches/2.0/jmdweb/templates/casemanagement/bundle_standin.mako
Log:
Adapted links to refer to the new case_bundle controller
Modified: wasko/branches/2.0/jmdweb/templates/casemanagement/bundle_editor.mako
===================================================================
--- wasko/branches/2.0/jmdweb/templates/casemanagement/bundle_editor.mako 2010-03-18 11:56:46 UTC (rev 2005)
+++ wasko/branches/2.0/jmdweb/templates/casemanagement/bundle_editor.mako 2010-03-18 11:57:32 UTC (rev 2006)
@@ -19,7 +19,7 @@
% endfor
</ul>
% if h.hasRole(['admin_ka']):
-<form action="${h.url_for(controller="case_overview", action="setEditorAction")}" method="POST">
+<form action="${h.url_for(controller="case_bundle", action="set_editor")}" method="POST">
<select name="editor">
% for user in c.user_list:
<option value="${user.id | F.NA, h}">${user.last_name | F.NA, h} ${user.first_name | F.NA, h}</option>
Modified: wasko/branches/2.0/jmdweb/templates/casemanagement/bundle_standin.mako
===================================================================
--- wasko/branches/2.0/jmdweb/templates/casemanagement/bundle_standin.mako 2010-03-18 11:56:46 UTC (rev 2005)
+++ wasko/branches/2.0/jmdweb/templates/casemanagement/bundle_standin.mako 2010-03-18 11:57:32 UTC (rev 2006)
@@ -27,7 +27,7 @@
</ul>
<p><strong>${_('attention')}!</strong> ${_('cm_bundle_standin_explain_attention')}.</p>
% if (h.hasRole(['admin_ka'])) or True:
-<form action="${h.url_for(controller="case_overview", action="setStandinAction")}" method="POST">
+<form action="${h.url_for(controller="case_bundle", action="set_standin")}" method="POST">
<table>
<tr>
<th class="table_header_h table_checkbox"></th>
More information about the Mpuls-commits
mailing list