This commit is contained in:
2024-12-31 11:07:09 +01:00
parent df7915205d
commit e089172b15
1916 changed files with 165422 additions and 271 deletions

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<form>
<fieldset name="general">
<field name="operator" type="comparator"/>
<field name="value" type="accesslevel"
label="NR_USERACCESSLEVEL"
description="NR_USERACCESSLEVEL_DESC"
multiple="true"
class="hasChosen"
/>
<field name="note" type="ruleValueHint"/>
</fieldset>
</form>

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<form>
<fieldset name="general">
<field name="operator" type="comparator"/>
<field name="value" type="nrcomponents"
label="NR_ASSIGN_COMPONENTS"
description="NR_ASSIGN_COMPONENTS_DESC"
multiple="true"
frontend="true"
class="hasChosen"
/>
</fieldset>
</form>

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<form>
<fieldset name="general">
<field name="operator" type="comparator"/>
<field name="value" type="contentlanguage"
label="NR_ASSIGN_LANGS"
description="NR_ASSIGN_LANGS_LIST_DESC"
multiple="true"
class="hasChosen"
/>
</fieldset>
</form>

View File

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
<form>
<fieldset name="general">
<field name="operator" type="comparator"
label="NR_MENU_ITEMS"
/>
<field name="value" type="nrmenuitems"
label="NR_MENU_ITEMS"
multiple="true"
description="NR_MENU_ITEMS_DESC"
/>
<fields name="params">
<field name="noitem" type="list"
label="NR_ASSIGN_MENU_NOITEM"
description="NR_ASSIGN_MENU_NOITEM_DESC"
class="switcher btn-group"
filter="intval"
size="1"
default="0">
<option value="0">JNO</option>
<option value="1">JYES</option>
</field>
<field name="inc_children" type="list"
label="NR_ASSIGN_MENU_CHILD"
description="NR_ASSIGN_MENU_CHILD_DESC"
class="switcher btn-group"
filter="intval"
size="1"
default="0">
<option value="0">JNO</option>
<option value="1">JYES</option>
<option value="2">JONLY</option>
</field>
</fields>
</fieldset>
</form>

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<form>
<fieldset name="general">
<field name="operator" type="comparator"/>
<field name="value" type="nrgrouplevel"
label="NR_USERGROUP"
description="NR_USERGROUP_DESC"
multiple="true"
/>
<field name="note" type="ruleValueHint"/>
</fieldset>
</form>

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<form>
<fieldset name="general">
<field name="operator" type="comparator"/>
<field name="value" type="tfinputrepeater"
label="NR_USER"
description="NR_ASSIGN_USER_SELECTION_DESC">
<form>
<field name="value" type="user" />
</form>
</field>
<field name="note" type="ruleValueHint"/>
</fieldset>
</form>