tbrehm
2009-10-12 8baeb1271b67d26422adf0d89264f095cb66d239
Added a warning to not use the cp user functions.
4 files modified
4 ■■■■ changed files
interface/web/admin/lib/lang/en_groups_list.lng 1 ●●●● patch | view | raw | blame | history
interface/web/admin/lib/lang/en_users_list.lng 1 ●●●● patch | view | raw | blame | history
interface/web/admin/templates/groups_list.htm 1 ●●●● patch | view | raw | blame | history
interface/web/admin/templates/users_list.htm 1 ●●●● patch | view | raw | blame | history
interface/web/admin/lib/lang/en_groups_list.lng
@@ -3,4 +3,5 @@
$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!';
?>
interface/web/admin/lib/lang/en_users_list.lng
@@ -5,4 +5,5 @@
$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!';
?>
interface/web/admin/templates/groups_list.htm
@@ -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>
interface/web/admin/templates/users_list.htm
@@ -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>