fix not working NM filter in custom-field list and some template cleanup spotted by now existing DTD

This commit is contained in:
ralf 2024-04-24 14:55:05 +02:00
parent 66ded7f9e2
commit a65d0cbd63
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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>

View File

@ -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>

View File

@ -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%"/>