Added a warning to not use the cp user functions.
| | |
| | | $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!'; |
| | | ?> |
| | |
| | | $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!'; |
| | | ?> |
| | |
| | | <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> |
| | |
| | | <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> |