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

- Improved handling VM action page.

- Fixed a bug in server settings rescue page.
parent 073da331
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@
</div>
</fieldset>
<tmpl_vare name="rescue_description_txt">
<tmpl_var name="rescue_description_txt">
<input type="hidden" name="id" value="{tmpl_var name='id'}">
......
......@@ -38,7 +38,7 @@
<p class="label">{tmpl_var name='ostemplate_txt'}</p>
<div class="multiField">
<input style="float:left; margin-right:10px;" id="action" type="radio" value="ostemplate" name="action" {tmpl_var name='ostemplate_option_enabled'}/>
<input name="ostemplate_name" size="30" maxlength="255" type="text" class="textInput" value="{tmpl_var name='ostemplate_name'}" /> &nbsp;{tmpl_var name='ostemplate_desc_txt'}
<input name="ostemplate_name" size="30" maxlength="255" type="text" class="textInput" value="{tmpl_var name='ostemplate_name'}" onclick="$('[name=action]').filter('[value=ostemplate]').attr('checked','checked');" /> &nbsp;{tmpl_var name='ostemplate_desc_txt'}
</div>
</div>
......
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