mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Fix placeholders lists
This commit is contained in:
parent
509715d913
commit
088280ceb5
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
|
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
|
||||||
<!-- $Id$ -->
|
<!-- $Id$ -->
|
||||||
<overlay>
|
<overlay legacy="true">
|
||||||
<template id="api.show_replacements.placeholder_list">
|
<template id="api.show_replacements.placeholder_list">
|
||||||
<description id="title" class="title"/>
|
<description id="title" class="title"/>
|
||||||
<grid id="placeholders" width="100%">
|
<grid id="placeholders" width="100%">
|
||||||
@ -20,24 +20,24 @@
|
|||||||
<template id="api.show_replacements" template="" lang="" group="0" version="21.1.001">
|
<template id="api.show_replacements" template="" lang="" group="0" version="21.1.001">
|
||||||
<vbox>
|
<vbox>
|
||||||
<description value="Placeholders" class="group title"/>
|
<description value="Placeholders" class="group title"/>
|
||||||
<box id="placeholders">
|
<old-box id="placeholders">
|
||||||
<box id="${row}">
|
<box id="${row}">
|
||||||
<template template="api.show_replacements.placeholder_list"/>
|
<template template="api.show_replacements.placeholder_list"/>
|
||||||
</box>
|
</box>
|
||||||
</box>
|
</old-box>
|
||||||
<template template="@extra_template"/>
|
<template template="@extra_template"/>
|
||||||
<description value="Common" class="group title"/>
|
<description value="Common" class="group title"/>
|
||||||
<box id="common">
|
<old-box id="common">
|
||||||
<box id="${row}">
|
<box id="${row}">
|
||||||
<template template="api.show_replacements.placeholder_list"/>
|
<template template="api.show_replacements.placeholder_list"/>
|
||||||
</box>
|
|
||||||
</box>
|
</box>
|
||||||
<description value="Current user" class="group title"/>
|
</old-box>
|
||||||
<box id="user">
|
<description value="Current user" class="group title"/>
|
||||||
<box id="${row}">
|
<old-box id="user">
|
||||||
<template template="api.show_replacements.placeholder_list"/>
|
<box id="${row}">
|
||||||
</box>
|
<template template="api.show_replacements.placeholder_list"/>
|
||||||
</box>
|
</box>
|
||||||
|
</old-box>
|
||||||
</vbox>
|
</vbox>
|
||||||
<styles>
|
<styles>
|
||||||
.et2_details_title, .title {
|
.et2_details_title, .title {
|
||||||
|
Loading…
Reference in New Issue
Block a user