mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 15:33:23 +01:00
fix not working NM filter in custom-field list and some template cleanup spotted by now existing DTD
This commit is contained in:
parent
66ded7f9e2
commit
a65d0cbd63
@ -282,7 +282,7 @@ class admin_customfields
|
||||
);
|
||||
|
||||
// Allow extending app a change to change content before display
|
||||
$readonlys = null;
|
||||
if (!isset($readonlys)) $readonlys = [];
|
||||
static::app_index($content, $sel_options, $readonlys, $preserve);
|
||||
|
||||
// Set app to admin to make sure actions are correctly loaded into admin
|
||||
|
@ -32,7 +32,7 @@
|
||||
<option value="account">{Username}@domain.com</option>
|
||||
<option value="none">Do not generate EMail addresses</option>
|
||||
</et2-select>
|
||||
<et2-checkbox label="Lowercase EMail addresses" id="newsettings[email_address_lowercase]" value="true"></et2-checkbox>
|
||||
<et2-checkbox label="Lowercase EMail addresses" id="newsettings[email_address_lowercase]"></et2-checkbox>
|
||||
</et2-vbox>
|
||||
</row>
|
||||
<row>
|
||||
|
@ -37,7 +37,7 @@
|
||||
</row-->
|
||||
<row>
|
||||
<et2-description statustext="each value is a line like id[=label], or use @path to read options from a file in EGroupware directory" value="Options"></et2-description>
|
||||
<et2-textarea statustext="@statustext" id="cf_values" rows="5" cols="30" span="3" width="99%"></et2-textarea>
|
||||
<et2-textarea statustext="@statustext" id="cf_values" rows="5" size="30" span="3" width="99%"></et2-textarea>
|
||||
</row>
|
||||
<row>
|
||||
<et2-description value="Length"></et2-description>
|
||||
|
@ -27,7 +27,7 @@
|
||||
</grid>
|
||||
</template>
|
||||
<template id="admin.customfields.fields" template="" lang="" group="0" version="1.9.001">
|
||||
<grid readonly="true">
|
||||
<grid>
|
||||
<columns>
|
||||
<column disabled="!@type2" width="50px"/>
|
||||
<column width="30%"/>
|
||||
|
Loading…
Reference in New Issue
Block a user