mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Addressbook: Site configuration improvements from Birgit
This commit is contained in:
parent
121d5f82ef
commit
e8a9026253
@ -43,15 +43,11 @@
|
|||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<description value="Fields the user is allowed to edit himself"/>
|
<description value="Fields the user is allowed to edit himself"/>
|
||||||
<select id="newsettings[own_account_acl]" multiple="true" tags="true"/>
|
<select id="newsettings[own_account_acl]" multiple="true" tags="true" class="et2_fullWidth"/>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<description value="General" span="all" class="subHeader"/>
|
<description value="General" span="all" class="subHeader"/>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
|
||||||
<description value="Load custom fields in index, even if custom field column is off (eg. to display them in a specific index column)"/>
|
|
||||||
<select id="newsettings[index_load_cfs]" rows="4" multiple="true"/>
|
|
||||||
</row>
|
|
||||||
<row>
|
<row>
|
||||||
<description value="Use a category tree?"/>
|
<description value="Use a category tree?"/>
|
||||||
<select id="newsettings[cat_tab]">
|
<select id="newsettings[cat_tab]">
|
||||||
@ -59,20 +55,6 @@
|
|||||||
<option value="Tree">Yes</option>
|
<option value="Tree">Yes</option>
|
||||||
</select>
|
</select>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
|
||||||
<description value="Update Fields by edited organisations?"/>
|
|
||||||
<hbox>
|
|
||||||
<select id="newsettings[org_fileds_to_update]" multiple="true" rows="4"/>
|
|
||||||
<button onclick="widget.getParent().getWidgetById('newsettings[org_fileds_to_update]').select_all_toggle();" label="Select all" image="check"/>
|
|
||||||
</hbox>
|
|
||||||
</row>
|
|
||||||
<row>
|
|
||||||
<description value="Fields to copy when copying an address?"/>
|
|
||||||
<hbox>
|
|
||||||
<select id="newsettings[copy_fields]" multiple="true" rows="4"/>
|
|
||||||
<button onclick="widget.getParent().getWidgetById('newsettings[copy_fields]').select_all_toggle();" label="Select all" image="check"/>
|
|
||||||
</hbox>
|
|
||||||
</row>
|
|
||||||
<row>
|
<row>
|
||||||
<description value="Use an extra tab for private custom fields?"/>
|
<description value="Use an extra tab for private custom fields?"/>
|
||||||
<select id="newsettings[private_cf_tab]">
|
<select id="newsettings[private_cf_tab]">
|
||||||
@ -80,6 +62,18 @@
|
|||||||
<option value="True">Yes</option>
|
<option value="True">Yes</option>
|
||||||
</select>
|
</select>
|
||||||
</row>
|
</row>
|
||||||
|
<row>
|
||||||
|
<description value="Load custom fields in index, even if custom field column is off (eg. to display them in a specific index column)"/>
|
||||||
|
<select id="newsettings[index_load_cfs]" multiple="true" tags="true" class="et2_fullWidth"/>
|
||||||
|
</row>
|
||||||
|
<row>
|
||||||
|
<description value="Update Fields by edited organisations?"/>
|
||||||
|
<select id="newsettings[org_fileds_to_update]" multiple="true" tags="true" class="et2_fullWidth"/>
|
||||||
|
</row>
|
||||||
|
<row>
|
||||||
|
<description value="Fields to copy when copying an address?"/>
|
||||||
|
<select id="newsettings[copy_fields]" multiple="true" tags="true" class="et2_fullWidth"/>
|
||||||
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<description value="Security" span="all" class="subHeader"/>
|
<description value="Security" span="all" class="subHeader"/>
|
||||||
</row>
|
</row>
|
||||||
|
Loading…
Reference in New Issue
Block a user