Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zvonimir
ISPConfig 3
Commits
71279eb9
Commit
71279eb9
authored
Sep 19, 2011
by
tbrehm
Browse files
- Improved handling VM action page.
- Fixed a bug in server settings rescue page.
parent
073da331
Changes
2
Show whitespace changes
Inline
Side-by-side
interface/web/admin/templates/server_config_rescue_edit.htm
View file @
71279eb9
...
...
@@ -31,7 +31,7 @@
</div>
</fieldset>
<tmpl_var
e
name=
"rescue_description_txt"
>
<tmpl_var
name=
"rescue_description_txt"
>
<input
type=
"hidden"
name=
"id"
value=
"{tmpl_var name='id'}"
>
...
...
interface/web/vm/templates/openvz_action.htm
View file @
71279eb9
...
...
@@ -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'}"
/>
{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');"
/>
{tmpl_var name='ostemplate_desc_txt'}
</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