[Vtigercrm-commits] [vtiger-commits] r7279 - in /vtigercrm/trunk: modules/Users/language/en_us.lang.php themes/blue/style.css

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Jun 20 02:23:53 EDT 2006


Author: saraj
Date: Tue Jun 20 00:23:48 2006
New Revision: 7279

Log:
updated user lang file and style css - ahmed

Modified:
    vtigercrm/trunk/modules/Users/language/en_us.lang.php
    vtigercrm/trunk/themes/blue/style.css

Modified: vtigercrm/trunk/modules/Users/language/en_us.lang.php
==============================================================================
--- vtigercrm/trunk/modules/Users/language/en_us.lang.php (original)
+++ vtigercrm/trunk/modules/Users/language/en_us.lang.php Tue Jun 20 00:23:48 2006
@@ -53,7 +53,7 @@
 
 
 //added for patch2
-'LBL_GROUP_NAME'=>'Group',
+'LBL_GROUP'=>'Group',
 'LBL_CURRENCY_NAME'=>'Currency',
 
 'LBL_NEW_USER_BUTTON_TITLE'=>'New User [Alt+N]',
@@ -178,6 +178,7 @@
 'LBL_TEMPLATE_HEADER'=>'Template',
 'LBL_TEMPLATE_DETAILS'=>'Template Details',
 'LBL_EDIT_TEMPLATE'=>'Edit Template',
+'LBL_TEMPLATE_FILE'=>'Template File',
 'LBL_DESCRIPTION'=>'Description',
 'LBL_EMAIL_TEMPLATES_LIST'=>'Communication Templates > Email Templates',
 'LBL_MAILMERGE_TEMPLATES_LIST'=>' > Communication Templates > Mail Merge Templates',
@@ -187,15 +188,17 @@
 'LBL_SELECT_MODULE'=>'Select Module',
 'LBL_MERGE_FILE'=>'File : ',
 'LBL_MERGE_MSG'=>'Select a module to assign this Template',
-
+'LBL_MERGE_FIELDS'=>'Merge Fields',
+'LBL_COPY_PASTE'=>'Copy & Paste',
 'LNK_GO_TO_TOP'=>'Go to Page Top',
 'LNK_SAMPLE_EMAIL'=>'View Sample Email',
 'LBL_COLON'=>':',
 'LBL_EMAIL_TEMPLATE'=>'Email Template',
 'LBL_NEW_TEMPLATE'=>'New Template',
+'LBL_ADD_TEMPLATE'=>'Add Template',
 'LBL_USE_MERGE_FIELDS_TO_EMAIL_CONTENT'=>'Use merge fields to personalize your email content.',
 'LBL_AVAILABLE_MERGE_FIELDS'=>'Available Merge Fields',
-'LBL_SELECT_FIELD_TYPE'=>'Select Field Type :',
+'LBL_SELECT_FIELD_TYPE'=>'Select Field Type',
 'LBL_SELECT_FIELD'=>'Select Field :',
 'LBL_MERGE_FIELD_VALUE'=>'Copy Merge Field Value :',
 'LBL_ACCOUNT_FIELDS'=>'Account Fields',
@@ -215,6 +218,8 @@
 'LBL_TEMPLATE_SUBJECT'=>'Email Subject',
 'LBL_TEMPLATE_MESSAGE'=>'Email Message',
 'LBL_VIEWING'=>'Viewing',
+'LBL_PROPERTIES'=>'Properties of',
+
 
 
 // Added fields in createnewgroup.php
@@ -223,10 +228,14 @@
 'LBL_EDIT_GROUP'=>'Edit Group',
 'LBL_GROUP_NAME'=>'Group Name',
 'LBL_GROUP_DETAILS'=>'Group Details',
-'LBL_MEMBER_LIST'=>'Member List',
-'LBL_MEMBER_AVLBL'=>'Member Available',
-'LBL_MEMBER_SELECTED'=>'Selected Member',
+'LBL_MEMBER'=>'Members',
+'LBL_MEMBER_AVLBL'=>'Available Entities & Members',
+'LBL_MEMBER_SELECTED'=>'Selected Members',
 'LBL_DESCRIPTION'=>'Description',
+'LBL_GROUP_MESG1'=>'Groups are a flexible way to assign access rights, when complex access rights has to be defined. You can combine multiple entities like Roles, Users, profiles etc into a single group.',
+'LBL_GROUP_MESG2'=>'To add, select the Entity members from left and click the ">>" button.',
+'LBL_GROUP_MESG3'=>'To remove, select the group members from the right and click the "<<" button.',
+
 
 // Added fields in detailViewmailtemplate.html,listgroupmembers.php,listgroups.php
 'LBL_DETAIL_VIEW_OF_EMAIL_TEMPLATE'=>'Detail View of Email Template',
@@ -237,6 +246,8 @@
 'LBL_ADD_GROUP_BUTTON'=>'Add Group',
 'LBL_WORD_TEMPLATES'=>'Mail Merge Templates',
 'LBL_NEW_WORD_TEMPLATE'=>'New Template',
+'LBL_EMAIL_TEMPLATE_DESC'=>'Manage email templates used for Campaigns and Mass mailing',
+'LBL_NAME'=>'Name',
 
 // Added fields in TabCustomise.php,html and UpdateTab.php,html
 'LBL_CUSTOMISE_TABS'=>'Customize Tabs',
@@ -263,6 +274,7 @@
 'LBL_STEP_1_3'=>'Step 1 of 3',
 'LBL_STEP_2_3'=>'Step 2 of 3',
 'LBL_STEP_3_3'=>'Step 3 of 3',
+'LBL_STEP'=>'Step',
 'LBL_SELECT_BASE_PROFILE'=>'Select Base Profile',
 'LBL_PROFILE_PRIVILEGES'=>'Profile Privileges',
 'LBL_GLOBAL_PRIVILEGES'=>'Global Privileges',

Modified: vtigercrm/trunk/themes/blue/style.css
==============================================================================
--- vtigercrm/trunk/themes/blue/style.css (original)
+++ vtigercrm/trunk/themes/blue/style.css Tue Jun 20 00:23:48 2006
@@ -2291,17 +2291,6 @@
 	padding:5px;
 }
 
-#EditListPriceLay{
-	font-family:Arial, Helvetica, sans-serif;
-	font-size:11px;
-	text-align:left;
-	width:300px;
-	border:3px solid #CCCCCC;
-	background-color:#FFFFFF;
-	padding:5px;
-}
-							
-
 
 /* For Report HTML Generation*/
 .rptCellLabel {
@@ -2544,18 +2533,15 @@
 
 }
 
-
-
-
 ul {
-	list-style:none;
+	list-style:circle;
 	line-height:20px;
-	padding-left:20px;
-	margin-left:0px;
+	padding-left:5px;
+	margin-left:20px;
 	font-weight:normal;
-	border-top:1px dotted #dadada;
-
-}
+
+}
+
 	
 .branch {
 	list-style-image: url("secAdd.gif");
@@ -2835,3 +2821,28 @@
 	border-right:1px solid #a1a1a1;
 }
 
+.cellBottomDotLine {
+	border-bottom-width: 2px;
+	border-bottom-style: dotted;
+	border-bottom-color: #CCCCCC;
+	background-color:#ededed;
+}
+.crmFormList{
+	border:1px solid #cccccc;
+	width:90%;
+	height:120px;
+
+}
+.cellBottomDotLinePlain {
+	border-bottom-width: 2px;
+	border-bottom-style: dotted;
+	border-bottom-color: #CCCCCC;
+	
+}
+.crmFormDropDown {
+border-width:1px;
+}
+.thickBorder {
+	border: 2px solid #999999;
+}
+





More information about the vtigercrm-commits mailing list