Skip to content

Commit

Permalink
Added missing Jelly template for Business Manager credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
danechitoaie committed Mar 20, 2018
1 parent f0f48db commit 78e2bac
Showing 1 changed file with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?jelly escape-by-default='true'?>
<j:jelly
xmlns:j="jelly:core"
xmlns:f="/lib/form"
xmlns:st="jelly:stapler">

<f:entry
title="Username"
field="username">

<f:textbox/>
</f:entry>

<f:entry
title="Password"
field="password">

<f:password/>
</f:entry>

<st:include
page="id-and-description"
class="${descriptor.clazz}"
/>
</j:jelly>

0 comments on commit 78e2bac

Please # to comment.