Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
Guilherme Filippo
ISPConfig 3
Commits
fa804bb5
Commit
fa804bb5
authored
Jan 02, 2006
by
Falko Timme
Browse files
No commit message
No commit message
parent
b588a177
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
interface/lib/classes/tform_actions.inc.php
View file @
fa804bb5
This diff is collapsed.
Click to expand it.
interface/web/dns/templates/rr_list.htm
View file @
fa804bb5
...
...
@@ -22,11 +22,11 @@ function del_record(link) {
</tr>
<tr>
<td
class=
"frmText11"
><input
type=
"text"
name=
"search_name"
value=
"{tmpl_var name='search_name'}"
class=
"text"
/></td>
<td
class=
"frmText11"
><select
name=
"search_type"
onChange=
"
document.myform.submit(
);"
>
{tmpl_var name='search_type'}
</select></td>
<td
class=
"frmText11"
><select
name=
"search_type"
onChange=
"
changeTab('rr'
);"
>
{tmpl_var name='search_type'}
</select></td>
<td
class=
"frmText11"
><input
type=
"text"
name=
"search_data"
value=
"{tmpl_var name='search_data'}"
class=
"text"
/></td>
<td
class=
"frmText11"
><input
type=
"text"
name=
"search_aux"
value=
"{tmpl_var name='search_aux'}"
class=
"text"
/></td>
<td
class=
"frmText11"
><input
type=
"text"
name=
"search_ttl"
value=
"{tmpl_var name='search_ttl'}"
class=
"text"
/></td>
<td
class=
"frmText11"
align=
"right"
><input
name=
"Filter"
type=
"
submit
"
id=
"Filter"
value=
"{tmpl_var name="
filter_txt
"}"
></td>
<td
class=
"frmText11"
align=
"right"
><input
name=
"Filter"
type=
"
button
"
id=
"Filter"
value=
"{tmpl_var name="
filter_txt
"}"
onClick=
"changeTab('rr');"
></td>
</tr>
<tmpl_loop
name=
"records"
>
<tr
bgcolor=
"{tmpl_var name="
bgcolor
"}"
>
...
...
interface/web/dns/templates/soa_edit_rr.htm
View file @
fa804bb5
...
...
@@ -6,11 +6,5 @@
<td
class=
"frmText11"
>
</td>
<td
class=
"frmText11"
>
</td>
</tr>
<tr>
<td>
</td>
<td><input
name=
"btn_save"
type=
"submit"
class=
"button"
value=
"{tmpl_var name='btn_save_txt'}"
>
<input
name=
"btn_cancel"
type=
"button"
class=
"button"
value=
"{tmpl_var name='btn_cancel_txt'}"
onClick=
"self.location.href='soa_list.php';"
>
</td>
</tr>
</table>
<input
type=
"hidden"
name=
"id"
value=
"{tmpl_var name='id'}"
>
\ No newline at end of file
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