mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 15:33:23 +01:00
remove no longer used config about category selection
This commit is contained in:
parent
034b0b4645
commit
f846ef3ce3
@ -517,7 +517,6 @@ upload or delete the photo addressbook de Foto hochladen oder löschen
|
||||
url (business) addressbook de URL geschäftlich
|
||||
url (private) addressbook de URL privat
|
||||
url to link telephone numbers to (use %1 = number to call, %u = account name, %t = account phone) admin de URL mit denen Telefonnummern verlinkt werden sollen (verwenden Sie %1 = anzurufende Nummer, %u = Benutzernamen, %t = Telefon des Benutzers)
|
||||
use a category tree? addressbook de Verwende einen Baum für Kategorien
|
||||
use addressbooks "own sorting" attribute addressbook de Verwende die Einstellung "eigene Sortierung"
|
||||
use an extra tab for private custom fields? admin de Separaten Reiter für private benutzerdefinierte Felder verwenden?
|
||||
use country list addressbook de Länderliste benutzen
|
||||
|
@ -517,7 +517,6 @@ upload or delete the photo addressbook en Upload or delete the photo
|
||||
url (business) addressbook en URL (business)
|
||||
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 phone numbers to. Use %1 = number to call, %u = account name, %t = account phone.
|
||||
use a category tree? addressbook en Use a tree for selecting categories
|
||||
use addressbooks "own sorting" attribute addressbook en Use addressbooks "own sorting" attribute
|
||||
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
|
||||
|
@ -54,13 +54,6 @@
|
||||
<row>
|
||||
<et2-description value="General" span="all" class="subHeader"></et2-description>
|
||||
</row>
|
||||
<row>
|
||||
<et2-description value="Use a category tree?"></et2-description>
|
||||
<et2-select id="newsettings[cat_tab]">
|
||||
<option value="True">No</option>
|
||||
<option value="Tree">Yes</option>
|
||||
</et2-select>
|
||||
</row>
|
||||
<row>
|
||||
<et2-description value="Use an extra tab for private custom fields?"></et2-description>
|
||||
<et2-select id="newsettings[private_cf_tab]">
|
||||
|
@ -140,11 +140,9 @@
|
||||
<template id="addressbook.edit.details" template="" lang="" group="0" version="1.9.002">
|
||||
<grid width="100%" overflow="auto">
|
||||
<columns>
|
||||
<column disabled="!@cat_tab=Tree" width="312"/>
|
||||
<column disabled="@cat_tab=Tree" width="312"/>
|
||||
<column width="50"/>
|
||||
<column width="312"/>
|
||||
<column width="50"/>
|
||||
<column/>
|
||||
</columns>
|
||||
<rows>
|
||||
<row valign="top">
|
||||
@ -153,7 +151,7 @@
|
||||
<grid width="100%">
|
||||
<columns>
|
||||
<column width="92"/>
|
||||
<column width="230"/>
|
||||
<column/>
|
||||
</columns>
|
||||
<rows>
|
||||
<row valign="top">
|
||||
@ -188,7 +186,6 @@
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
<et2-description></et2-description>
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
|
Loading…
Reference in New Issue
Block a user