mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Change default behavior of multiline textbox resize
This commit is contained in:
parent
d66a339127
commit
78784a28e6
@ -90,7 +90,7 @@
|
||||
</hbox>
|
||||
</template>
|
||||
<template id="calendar.edit.description" template="" lang="" group="0" version="1.0.1.001">
|
||||
<textbox multiline="true" id="description" resize_ratio="1" rows="12" cols="70" width="99%" height="240"/>
|
||||
<textbox multiline="true" id="description" rows="12" cols="70" width="99%" height="240"/>
|
||||
</template>
|
||||
<template id="calendar.edit.participants" template="" lang="" group="0" version="1.9.001">
|
||||
<grid width="99%" height="250" overflow="auto" id="participants">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- $Id$ -->
|
||||
<overlay>
|
||||
<template id="infolog.edit.description" template="" lang="" group="0" version="1.6.001">
|
||||
<textbox multiline="true" resize_ratio="1" id="info_des" no_lang="1" width="99%" height="243px"/>
|
||||
<textbox multiline="true" id="info_des" no_lang="1" width="99%" height="243px"/>
|
||||
</template>
|
||||
<template id="infolog.edit.links" template="" lang="" group="0" version="1.3.001">
|
||||
<grid width="100%" height="245" overflow="auto">
|
||||
|
@ -53,7 +53,7 @@
|
||||
</grid>
|
||||
</template>
|
||||
<template id="timesheet.edit.notes" template="" lang="" group="0" version="1.5.001">
|
||||
<textbox multiline="true" height="120" id="ts_description" resize_ratio="1" rows="9" cols="70" class="et2_fullWidth"/>
|
||||
<textbox multiline="true" height="120" id="ts_description" rows="9" cols="70" class="et2_fullWidth"/>
|
||||
</template>
|
||||
<template id="timesheet.edit.links" template="" lang="" group="0" version="0.1.001">
|
||||
<grid width="100%" height="165" overflow="auto">
|
||||
|
Loading…
Reference in New Issue
Block a user