##// END OF EJS Templates
Removed some parentheses before arguments....
Jean-Philippe Lang -
r468:104b7d457dbb
parent child
Show More
@@ -2,7 +2,7
2
2
3 <p><%=l(:text_workflow_edit)%>:</p>
3 <p><%=l(:text_workflow_edit)%>:</p>
4
4
5 <% form_tag ({:action => 'workflow'}, :method => 'get') do %>
5 <% form_tag({:action => 'workflow'}, :method => 'get') do %>
6 <div style="float:left;margin-right:10px;">
6 <div style="float:left;margin-right:10px;">
7 <p><label for="role_id"><%=l(:label_role)%></label><br/>
7 <p><label for="role_id"><%=l(:label_role)%></label><br/>
8 <select id="role_id" name="role_id">
8 <select id="role_id" name="role_id">
General Comments 0
You need to be logged in to leave comments. Login now