Skip to content
Snippets Groups Projects
Commit 8baeb127 authored by tbrehm's avatar tbrehm
Browse files

Added a warning to not use the cp user functions.

parent 6da19199
No related branches found
No related tags found
No related merge requests found
......@@ -3,4 +3,5 @@ $wb["list_head_txt"] = 'Systemuser groups';
$wb["description_txt"] = 'Description';
$wb["name_txt"] = 'Group';
$wb["add_new_record_txt"] = 'Add new Group';
$wb["warning_txt"] = '<b>WARNING:</b> Do not edit or modify any user settings here. Use the Client- and Reseller settings in the Client module instead. Modifying or changing Users or groups here may cause data loss!';
?>
\ No newline at end of file
......@@ -5,4 +5,5 @@ $wb["name_txt"] = 'Name';
$wb["vorname_txt"] = 'Forename';
$wb["ort_txt"] = 'city';
$wb["add_new_record_txt"] = 'Add new user';
$wb["warning_txt"] = '<b>WARNING:</b> Do not edit or modify any user settings here. Use the Client- and Reseller settings in the Client module instead. Modifying or changing Users or groups here may cause data loss!';
?>
\ No newline at end of file
......@@ -9,6 +9,7 @@
<button class="iconstxt icoAdd" type="button" onClick="loadContent('admin/groups_edit.php');">
<span>{tmpl_var name="add_new_record_txt"}</span>
</button>
<p><tmpl_var name="warning_txt"></p>
</div>
</fieldset>
</div>
......
......@@ -9,6 +9,7 @@
<button class="iconstxt icoAdd" type="button" onClick="loadContent('admin/users_edit.php');">
<span>{tmpl_var name="add_new_record_txt"}</span>
</button>
<p><tmpl_var name="warning_txt"></p>
</div>
</fieldset>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment