mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:36 +01:00
fixed bug with exploded edit dialog
This commit is contained in:
parent
b5ac883794
commit
e6fe128144
@ -2,7 +2,7 @@
|
|||||||
<!-- $Id$ -->
|
<!-- $Id$ -->
|
||||||
<overlay>
|
<overlay>
|
||||||
<template id="addressbook.edit.personal" template="" lang="" group="0" version="">
|
<template id="addressbook.edit.personal" template="" lang="" group="0" version="">
|
||||||
<grid height="320">
|
<grid class="editphones">
|
||||||
<columns>
|
<columns>
|
||||||
<column/>
|
<column/>
|
||||||
<column/>
|
<column/>
|
||||||
@ -81,18 +81,15 @@
|
|||||||
<row valign="top">
|
<row valign="top">
|
||||||
<image src="folder"/>
|
<image src="folder"/>
|
||||||
<description value="category"/>
|
<description value="category"/>
|
||||||
<listbox type="select-cat" id="cat_id" rows="3"/>
|
<listbox type="select-cat" id="cat_id" rows="3" span="4"/>
|
||||||
<image src="package_network"/>
|
|
||||||
<description value="url"/>
|
|
||||||
<textbox id="url" size="30"/>
|
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<image src="password"/>
|
<image src="password"/>
|
||||||
<description value="private"/>
|
<description value="private"/>
|
||||||
<checkbox id="private"/>
|
<checkbox id="private"/>
|
||||||
<description/>
|
<image src="package_network"/>
|
||||||
<description/>
|
<description value="url"/>
|
||||||
<description/>
|
<textbox id="url" size="30"/>
|
||||||
</row>
|
</row>
|
||||||
<row height="100%">
|
<row height="100%">
|
||||||
<description/>
|
<description/>
|
||||||
@ -277,7 +274,7 @@
|
|||||||
</grid>
|
</grid>
|
||||||
</template>
|
</template>
|
||||||
<template id="addressbook.editphones" template="" lang="" group="0" version="">
|
<template id="addressbook.editphones" template="" lang="" group="0" version="">
|
||||||
<grid class="editphones">
|
<grid width="100%">
|
||||||
<columns>
|
<columns>
|
||||||
<column/>
|
<column/>
|
||||||
<column/>
|
<column/>
|
||||||
|
Loading…
Reference in New Issue
Block a user