mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-25 23:38:58 +01:00
Merged r27147 from Stefan: birthdate column
This commit is contained in:
parent
6ff9263cf9
commit
972f7b3768
File diff suppressed because one or more lines are too long
@ -15,7 +15,7 @@
|
|||||||
<styles>.rightPadAdd { width: 30px; }</styles>
|
<styles>.rightPadAdd { width: 30px; }</styles>
|
||||||
</template>
|
</template>
|
||||||
<template id="addressbook.index.rows" template="" lang="" group="0" version="1.7.001">
|
<template id="addressbook.index.rows" template="" lang="" group="0" version="1.7.001">
|
||||||
<grid width="100%">
|
<grid>
|
||||||
<columns>
|
<columns>
|
||||||
<column/>
|
<column/>
|
||||||
<column/>
|
<column/>
|
||||||
@ -23,6 +23,7 @@
|
|||||||
<column/>
|
<column/>
|
||||||
<column width="60" disabled="@no_photo"/>
|
<column width="60" disabled="@no_photo"/>
|
||||||
<column/>
|
<column/>
|
||||||
|
<column/>
|
||||||
<column disabled="@no_home"/>
|
<column disabled="@no_home"/>
|
||||||
<column/>
|
<column/>
|
||||||
<column/>
|
<column/>
|
||||||
@ -67,6 +68,7 @@
|
|||||||
<nextmatch-header label="role" id="role"/>
|
<nextmatch-header label="role" id="role"/>
|
||||||
<nextmatch-header label="Category" id="cat_id"/>
|
<nextmatch-header label="Category" id="cat_id"/>
|
||||||
<nextmatch-header label="Photo" id="photo"/>
|
<nextmatch-header label="Photo" id="photo"/>
|
||||||
|
<nextmatch-header id="bday" label="Birthday"/>
|
||||||
<vbox options="0,0">
|
<vbox options="0,0">
|
||||||
<nextmatch-header label="Business address" id="business"/>
|
<nextmatch-header label="Business address" id="business"/>
|
||||||
<nextmatch-customfilter id="adr_one_countryname" options="select-country,Country,1" class="countrySelect"/>
|
<nextmatch-customfilter id="adr_one_countryname" options="select-country,Country,1" class="countrySelect"/>
|
||||||
@ -113,6 +115,7 @@
|
|||||||
<menupopup type="select-cat" options="1" id="${row}[cat_id]" readonly="true"/>
|
<menupopup type="select-cat" options="1" id="${row}[cat_id]" readonly="true"/>
|
||||||
</menulist>
|
</menulist>
|
||||||
<image src="${row}[photo]"/>
|
<image src="${row}[photo]"/>
|
||||||
|
<date id="${row}[bday]" readonly="true" options="Y-m-d"/>
|
||||||
<vbox options="0,0">
|
<vbox options="0,0">
|
||||||
<description id="${row}[adr_one_countryname]" no_lang="1"/>
|
<description id="${row}[adr_one_countryname]" no_lang="1"/>
|
||||||
<hbox options="0,0" orient="0">
|
<hbox options="0,0" orient="0">
|
||||||
@ -177,7 +180,7 @@
|
|||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
</template>
|
</template>
|
||||||
<template id="addressbook.index" template="" lang="" group="0" version="1.5.002">
|
<template id="addressbook.index" template="" lang="" group="0" version="1.7.001">
|
||||||
<grid width="100%">
|
<grid width="100%">
|
||||||
<columns>
|
<columns>
|
||||||
<column/>
|
<column/>
|
||||||
|
Loading…
Reference in New Issue
Block a user