Skip to content
Snippets Groups Projects
Commit ffb7b3f6 authored by tbrehm's avatar tbrehm
Browse files

Fixed bug in website form template.

parent b22351a6
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
<div class="ctrlHolder"> <div class="ctrlHolder">
<label for="client_group_id">{tmpl_var name='client_group_id_txt'}</label> <label for="client_group_id">{tmpl_var name='client_group_id_txt'}</label>
<select name="client_group_id" id="client_group_id" class="selectInput"> <select name="client_group_id" id="client_group_id" class="selectInput">
{tmpl_var name='server_id'} {tmpl_var name='client_group_id'}
</select> </select>
</div> </div>
</tmpl_if> </tmpl_if>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment