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
Dirk Dankhoff
ISPConfig 3
Commits
0b376a3b
Commit
0b376a3b
authored
Nov 16, 2011
by
tbrehm
Browse files
Fixed: FS#1854 - FAQ
parent
9e0e431d
Changes
25
Hide whitespace changes
Inline
Side-by-side
interface/lib/classes/listform.inc.php
View file @
0b376a3b
...
...
@@ -282,7 +282,7 @@ class listform {
public
function
decode
(
$record
)
{
global
$conf
,
$app
;
if
(
is_array
(
$record
)
&&
count
(
$record
)
>
0
)
{
if
(
is_array
(
$record
)
&&
count
(
$record
)
>
0
&&
is_array
(
$this
->
listDef
[
'item'
])
)
{
foreach
(
$this
->
listDef
[
'item'
]
as
$field
){
$key
=
$field
[
'field'
];
if
(
isset
(
$record
[
$key
]))
{
...
...
interface/web/help/lib/lang/ar_help_faq_list.lng
0 → 100644
View file @
0b376a3b
<?php
$wb
[
'edit_txt'
]
=
'Edit'
;
?>
interface/web/help/lib/lang/bg_help_faq_list.lng
0 → 100644
View file @
0b376a3b
<?php
$wb
[
'edit_txt'
]
=
'Edit'
;
?>
interface/web/help/lib/lang/br_help_faq_list.lng
0 → 100644
View file @
0b376a3b
<?php
$wb
[
'edit_txt'
]
=
'Edit'
;
?>
interface/web/help/lib/lang/cz_help_faq_list.lng
0 → 100644
View file @
0b376a3b
<?php
$wb
[
'edit_txt'
]
=
'Edit'
;
?>
interface/web/help/lib/lang/de_help_faq_list.lng
0 → 100644
View file @
0b376a3b
<?php
$wb
[
'edit_txt'
]
=
'Edit'
;
?>
interface/web/help/lib/lang/el_help_faq_list.lng
0 → 100644
View file @
0b376a3b
<?php
$wb
[
'edit_txt'
]
=
'Edit'
;
?>
interface/web/help/lib/lang/en_help_faq_list.lng
0 → 100644
View file @
0b376a3b
<?php
$wb
[
'edit_txt'
]
=
'Edit'
;
?>
interface/web/help/lib/lang/es_help_faq_list.lng
0 → 100644
View file @
0b376a3b
<?php
$wb
[
'edit_txt'
]
=
'Edit'
;
?>
interface/web/help/lib/lang/fi_help_faq_list.lng
0 → 100644
View file @
0b376a3b
<?php
$wb
[
'edit_txt'
]
=
'Edit'
;
?>
interface/web/help/lib/lang/fr_help_faq_list.lng
0 → 100644
View file @
0b376a3b
<?php
$wb
[
'edit_txt'
]
=
'Edit'
;
?>
interface/web/help/lib/lang/hr_help_faq_list.lng
0 → 100644
View file @
0b376a3b
<?php
$wb
[
'edit_txt'
]
=
'Edit'
;
?>
interface/web/help/lib/lang/hu_help_faq_list.lng
0 → 100644
View file @
0b376a3b
<?php
$wb
[
'edit_txt'
]
=
'Edit'
;
?>
interface/web/help/lib/lang/id_help_faq_list.lng
0 → 100644
View file @
0b376a3b
<?php
$wb
[
'edit_txt'
]
=
'Edit'
;
?>
interface/web/help/lib/lang/it_help_faq_list.lng
0 → 100644
View file @
0b376a3b
<?php
$wb
[
'edit_txt'
]
=
'Edit'
;
?>
interface/web/help/lib/lang/ja_help_faq_list.lng
0 → 100644
View file @
0b376a3b
<?php
$wb
[
'edit_txt'
]
=
'Edit'
;
?>
interface/web/help/lib/lang/nl_help_faq_list.lng
0 → 100644
View file @
0b376a3b
<?php
$wb
[
'edit_txt'
]
=
'Edit'
;
?>
interface/web/help/lib/lang/pl_help_faq_list.lng
0 → 100644
View file @
0b376a3b
<?php
$wb
[
'edit_txt'
]
=
'Edit'
;
?>
interface/web/help/lib/lang/pt_help_faq_list.lng
0 → 100644
View file @
0b376a3b
<?php
$wb
[
'edit_txt'
]
=
'Edit'
;
?>
interface/web/help/lib/lang/ro_help_faq_list.lng
0 → 100644
View file @
0b376a3b
<?php
$wb
[
'edit_txt'
]
=
'Edit'
;
?>
Prev
1
2
Next
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