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
lolo888
ISPConfig 3
Commits
f612f1eb
Commit
f612f1eb
authored
Sep 30, 2010
by
filip
Browse files
Fixed code formatting to tabs
parent
06697fd2
Changes
10
Show whitespace changes
Inline
Side-by-side
interface/web/help/faq_delete.php
View file @
f612f1eb
interface/web/help/faq_edit.php
View file @
f612f1eb
interface/web/help/faq_list.php
View file @
f612f1eb
interface/web/help/faq_sections_delete.php
View file @
f612f1eb
interface/web/help/faq_sections_edit.php
View file @
f612f1eb
interface/web/help/faq_sections_list.php
View file @
f612f1eb
interface/web/help/form/faq.tform.php
View file @
f612f1eb
...
...
@@ -65,7 +65,8 @@ $form['tabs']['message'] = array(
'keyfield'
=>
'hfs_id'
,
'valuefield'
=>
'hfs_name'
),
'validators'
=>
array
(
0
=>
array
(
'type'
=>
'ISINT'
,
'validators'
=>
array
(
0
=>
array
(
'type'
=>
'ISINT'
,
'errmsg'
=>
'recipient_id_is_not_integer'
),
),
'value'
=>
(
$_SESSION
[
's'
][
'user'
][
'typ'
]
!=
'admin'
)
?
array
(
1
=>
'Administrator'
)
:
''
...
...
@@ -88,7 +89,7 @@ $form['tabs']['message'] = array(
'datatype'
=>
'TEXT'
,
'formtype'
=>
'TEXTAREA'
,
'validators'
=>
array
(
0
=>
array
(
'type'
=>
'NOTEMPTY'
,
'errmsg'
=>
'message_is_empty'
'errmsg'
=>
'message_is_empty'
),
),
'default'
=>
''
,
...
...
interface/web/help/form/faq_sections.tform.php
View file @
f612f1eb
...
...
@@ -59,7 +59,7 @@ $form['tabs']['message'] = array(
'hfs_name'
=>
array
(
'datatype'
=>
'VARCHAR'
,
'formtype'
=>
'TEXT'
,
'validators'
=>
array
(
0
=>
array
(
'type'
=>
'NOTEMPTY'
,
'validators'
=>
array
(
0
=>
array
(
'type'
=>
'NOTEMPTY'
,
'errmsg'
=>
'subject_is_empty'
),
),
...
...
@@ -68,7 +68,7 @@ $form['tabs']['message'] = array(
'width'
=>
'30'
,
'maxlength'
=>
'255'
),
//*** END Datatable columns *********************************
*
//*** END Datatable columns *********************************
)
);
?>
interface/web/help/lib/module.conf.php
View file @
f612f1eb
interface/web/help/templates/help_faq_sections_list.htm
View file @
f612f1eb
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