Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
reg-app
Regapp
Commits
b46a0545
Commit
b46a0545
authored
Mar 27, 2015
by
michael.simon
Browse files
add link for text property editing in templates
parent
f2d94bec
Changes
2
Hide whitespace changes
Inline
Side-by-side
bwreg-webapp/src/main/webapp/template/left-side-bar-admin-kit.xhtml
View file @
b46a0545
...
...
@@ -25,6 +25,9 @@
<li><span
class=
"ui-icon ui-icon-suitcase"
style=
"display:inline-block; vertical-align: bottom;"
/>
<h:link
outcome=
"/admin/config/hooks.xhtml"
value=
"#{messages.hooks}"
/>
</li>
<li><span
class=
"ui-icon ui-icon-suitcase"
style=
"display:inline-block; vertical-align: bottom;"
/>
<h:link
outcome=
"/admin/config/text-property.xhtml"
value=
"#{messages.text_properties}"
/>
</li>
</ul>
</div>
</div>
...
...
bwreg-webapp/src/main/webapp/template/left-side-bar-admin.xhtml
View file @
b46a0545
...
...
@@ -24,6 +24,9 @@
<li><span
class=
"ui-icon ui-icon-suitcase"
style=
"display:inline-block; vertical-align: bottom;"
/>
<h:link
outcome=
"/admin/config/hooks.xhtml"
value=
"#{messages.hooks}"
/>
</li>
<li><span
class=
"ui-icon ui-icon-suitcase"
style=
"display:inline-block; vertical-align: bottom;"
/>
<h:link
outcome=
"/admin/config/text-property.xhtml"
value=
"#{messages.text_properties}"
/>
</li>
</ul>
</div>
</div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment