Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
ISPConfig 3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ISPConfig
ISPConfig 3
Commits
14f5970e
Commit
14f5970e
authored
8 years ago
by
Till Brehm
Browse files
Options
Downloads
Patches
Plain Diff
Fixed #3924 ISPC 3.1 b1 delete client confirmation
parent
ffedcb9a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
interface/web/client/templates/client_del.htm
+5
-7
5 additions, 7 deletions
interface/web/client/templates/client_del.htm
with
5 additions
and
7 deletions
interface/web/client/templates/client_del.htm
+
5
−
7
View file @
14f5970e
...
@@ -3,8 +3,6 @@
...
@@ -3,8 +3,6 @@
</div>
</div>
<p><tmpl_var
name=
"list_desc_txt"
></p>
<p><tmpl_var
name=
"list_desc_txt"
></p>
<div
id=
"OKMsg"
>
<div
id=
"OKMsg"
>
<tmpl_if
name=
'number_records'
>
<tmpl_if
name=
'number_records'
>
<tmpl_var
name=
"delete_explanation"
>
:
<br
/><br
/>
<tmpl_var
name=
"delete_explanation"
>
:
<br
/><br
/>
...
@@ -12,15 +10,15 @@
...
@@ -12,15 +10,15 @@
<tmpl_var
name=
"table"
>
,
<tmpl_var
name=
"table"
>
,
</tmpl_loop>
</tmpl_loop>
</tmpl_else>
</tmpl_else>
<tmpl_var
name=
"confirm_client_delete_txt"
>
<h3>
<tmpl_var
name=
"confirm_client_delete_txt"
>
</h3>
</tmpl_if>
</tmpl_if>
</div>
</div>
<div
class=
"col-sm-9"
><input
class=
"form-control"
type=
"checkbox"
name=
"confirm"
value=
"yes"
/>
</div>
<b><tmpl_var
name=
"confirm_action_txt"
></b>
<div>
<input
type=
"checkbox"
name=
"confirm"
value=
"yes"
/>
<b><tmpl_var
name=
"confirm_action_txt"
></b>
</div>
<input
type=
"hidden"
name=
"id"
value=
"{tmpl_var name='id'}"
>
<input
type=
"hidden"
name=
"id"
value=
"{tmpl_var name='id'}"
>
<div
class=
"clear"
><div
class=
"
righ
t"
>
<div
class=
"clear"
><div
class=
"
lef
t"
>
<button
class=
"btn btn-default formbutton-success"
type=
"button"
value=
"{tmpl_var name='btn_save_txt'}"
data-submit-form=
"pageForm"
data-form-action=
"client/client_del.php"
>
{tmpl_var name='btn_save_txt'}
</button>
<button
class=
"btn btn-default formbutton-success"
type=
"button"
value=
"{tmpl_var name='btn_save_txt'}"
data-submit-form=
"pageForm"
data-form-action=
"client/client_del.php"
>
{tmpl_var name='btn_save_txt'}
</button>
<button
class=
"btn btn-default formbutton-default"
type=
"button"
value=
"{tmpl_var name='btn_cancel_txt'}"
data-load-content=
"client/client_list.php"
>
{tmpl_var name='btn_cancel_txt'}
</button>
<button
class=
"btn btn-default formbutton-default"
type=
"button"
value=
"{tmpl_var name='btn_cancel_txt'}"
data-load-content=
"client/client_list.php"
>
{tmpl_var name='btn_cancel_txt'}
</button>
</div></div>
</div></div>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment