mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 19:30:25 +02:00
More user-extended-fields clean-up
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_users_extended.php,v $
|
||||
| $Revision: 1.7 $
|
||||
| $Date: 2008-08-30 20:22:31 $
|
||||
| $Author: e107steved $
|
||||
| $Revision: 1.8 $
|
||||
| $Date: 2009-08-07 13:47:33 $
|
||||
| $Author: e107coders $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define("EXTLAN_1", "Name");
|
||||
@@ -92,6 +92,8 @@ define("EXTLAN_76", "Invalid characters in field name - only A-Z, a-z, 0-9, '_'
|
||||
define("EXTLAN_77", "Category not deleted - must delete fields in category first: ");
|
||||
define('EXTLAN_78', 'Cannot find file --FILE-- needed to create data table');
|
||||
|
||||
define('EXTLAN_79', 'Label');
|
||||
|
||||
|
||||
//textbox
|
||||
define("EXTLAN_HELP_1", "<b><i>Parameters:</i></b><br />size - size of field<br />maxlength - max length of field<br /><br />class - css class of field<br />style - css style string<br /><br />regex - regex validation code<br />regexfail - validation fail text");
|
||||
|
@@ -4,9 +4,9 @@
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_user_extended.php,v $
|
||||
| $Revision: 1.3 $
|
||||
| $Date: 2008-01-15 21:57:46 $
|
||||
| $Author: e107steved $
|
||||
| $Revision: 1.4 $
|
||||
| $Date: 2009-08-07 13:47:35 $
|
||||
| $Author: e107coders $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
// The LAN numbers correspond directly to the field types
|
||||
@@ -19,6 +19,7 @@ define("UE_LAN_6", "Integer");
|
||||
define("UE_LAN_7", "Date");
|
||||
define("UE_LAN_8", "Language");
|
||||
define('UE_LAN_9', 'Predefined list');
|
||||
define('UE_LAN_10', 'Checkboxes');
|
||||
// Leave a gap to allow for more field types
|
||||
define("UE_LAN_21", "Name");
|
||||
define("UE_LAN_22", "Type");
|
||||
|
Reference in New Issue
Block a user