Skip to content

Commit

Permalink
chore: run zpretty
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Jun 26, 2023
1 parent 41e3f2c commit 8061b03
Showing 1 changed file with 19 additions and 9 deletions.
28 changes: 19 additions & 9 deletions borg/localrole/zmi/WorkspaceLocalRoleManagerForm.pt
@@ -1,33 +1,43 @@
<h1 tal:replace="structure here/manage_page_header">Header</h1>

<h2 tal:define="form_title string:Add Workspace Local Role Manager"
tal:replace="structure here/manage_form_title">Form Title</h2>
<h2 tal:define="
form_title string:Add Workspace Local Role Manager;
"
tal:replace="structure here/manage_form_title"
>Form Title</h2>

<p class="form-help">
<p class="form-help">
Install a Workspace local role manager. This plugin will enable
workspaces to provide the correct local rules for users assigned
to that workspace.
</p>
</p>

<form action="manage_addWorkspaceLocalRoleManager" method="POST">
<form action="manage_addWorkspaceLocalRoleManager"
method="POST"
>
<table>
<tr>
<td class="form-label">Id</td>
<td><input type="text" name="id"/></td>
<td><input name="id"
type="text"
/></td>
</tr>
<tr>
<td class="form-label">Title</td>
<td><input type="text" name="Title"/></td>
<td><input name="Title"
type="text"
/></td>
</tr>
<tr>
<td colspan="2">
<div class="form-element">
<input type="submit" value="Add local role manager"/>
<input type="submit"
value="Add local role manager"
/>
</div>
</td>
</tr>
</table>
</form>

<h1 tal:replace="structure here/manage_page_footer">Footer</h1>

0 comments on commit 8061b03

Please sign in to comment.