Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zvonimir
ISPConfig 3
Commits
8471a3dd
Commit
8471a3dd
authored
Jul 18, 2012
by
cfoe
Browse files
set standard sorting of list to reseller name
parent
9d02f3fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/client/reseller_edit.php
View file @
8471a3dd
...
...
@@ -104,7 +104,7 @@ class page_action extends tform_actions {
global
$app
;
$sql
=
"SELECT template_id,template_name FROM client_template WHERE template_type = 'a'"
;
$sql
=
"SELECT template_id,template_name FROM client_template WHERE template_type = 'a'
ORDER BY template_name ASC
"
;
$tpls
=
$app
->
db
->
queryAllRecords
(
$sql
);
$option
=
''
;
$tpl
=
array
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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