mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-02 20:19:27 +01:00
Update config. We no longer offer an extra tab for categories, just the choice between tree / selectbox
This commit is contained in:
parent
88a544791a
commit
e8f193c706
@ -481,7 +481,7 @@ url (business) addressbook en url (business)
|
|||||||
url (private) addressbook en url (private)
|
url (private) addressbook en url (private)
|
||||||
url to link telephone numbers to (use %1 = number to call, %u = account name, %t = account phone) admin en URL to link telephone numbers to. Use %1 = number to call, %u = account name, %t = account phone.
|
url to link telephone numbers to (use %1 = number to call, %u = account name, %t = account phone) admin en URL to link telephone numbers to. Use %1 = number to call, %u = account name, %t = account phone.
|
||||||
use addressbooks "own sorting" attribute addressbook en use addressbooks "own sorting" attribute
|
use addressbooks "own sorting" attribute addressbook en use addressbooks "own sorting" attribute
|
||||||
use an extra category tab? addressbook en Use an extra tab for categories
|
use a category tree? addressbook en Use a tree for selecting categories
|
||||||
use an extra tab for private custom fields? admin en Use an extra tab for private custom fields
|
use an extra tab for private custom fields? admin en Use an extra tab for private custom fields
|
||||||
use country list addressbook en Use country list
|
use country list addressbook en Use country list
|
||||||
use setup for a full account-migration admin en Use setup for a full account migration
|
use setup for a full account-migration admin en Use setup for a full account migration
|
||||||
|
@ -41,12 +41,11 @@ select[multiple] { width:100%;}
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="row_on">
|
<tr class="row_on">
|
||||||
<td> {lang_Use_an_extra_category_tab?}</td>
|
<td> {lang_Use_a_category_tree?}</td>
|
||||||
<td>
|
<td>
|
||||||
<select name="newsettings[cat_tab]">
|
<select name="newsettings[cat_tab]">
|
||||||
<option value="">{lang_No}</option>
|
<option value="True">{lang_No}</option>
|
||||||
<option value="True"{selected_cat_tab_True}>{lang_Yes}</option>
|
<option value="Tree"{selected_cat_tab_Tree}>{lang_Yes}</option>
|
||||||
<option value="Tree"{selected_cat_tab_Tree}>{lang_Yes}, {lang_Category_tree}</option>
|
|
||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user