mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-26 15:59:07 +01:00
Fix duplicate timesheet title caused by -r46199 and make fields in left and right column both symmetric
This commit is contained in:
parent
e7de92519a
commit
7e78248e81
@ -15,7 +15,7 @@ tr.dialogOperators td,.dialogFooterToolbar {
|
|||||||
|
|
||||||
div#timesheet-edit.et2_container
|
div#timesheet-edit.et2_container
|
||||||
{
|
{
|
||||||
width: 628px;
|
width: 648px;
|
||||||
}
|
}
|
||||||
|
|
||||||
//** add # sign behind the ts_id
|
//** add # sign behind the ts_id
|
||||||
|
@ -4,9 +4,9 @@
|
|||||||
<template id="timesheet.edit.general" template="" lang="" group="0" version="1.7.002">
|
<template id="timesheet.edit.general" template="" lang="" group="0" version="1.7.002">
|
||||||
<grid width="100%" height="165">
|
<grid width="100%" height="165">
|
||||||
<columns>
|
<columns>
|
||||||
<column width="90"/>
|
<column width="72"/>
|
||||||
<column width="200"/>
|
<column width="200"/>
|
||||||
<column width="10"/>
|
<column width="30"/>
|
||||||
<column width="95" disabled="@ts_viewtype"/>
|
<column width="95" disabled="@ts_viewtype"/>
|
||||||
<column width="130" disabled="@ts_viewtype"/>
|
<column width="130" disabled="@ts_viewtype"/>
|
||||||
<column width="40"/>
|
<column width="40"/>
|
||||||
@ -91,11 +91,11 @@
|
|||||||
<template id="timesheet.edit" template="" lang="" group="0" version="1.9.002">
|
<template id="timesheet.edit" template="" lang="" group="0" version="1.9.002">
|
||||||
<grid width="100%">
|
<grid width="100%">
|
||||||
<columns>
|
<columns>
|
||||||
<column width="97"/>
|
<column width="78"/>
|
||||||
<column width="200"/>
|
<column width="200"/>
|
||||||
<column width="10"/>
|
<column width="30"/>
|
||||||
<column width="97"/>
|
<column width="97"/>
|
||||||
<column width="130"/>
|
<column width="120"/>
|
||||||
<column width="40"/>
|
<column width="40"/>
|
||||||
<column width="30"/>
|
<column width="30"/>
|
||||||
<column width="4"/>
|
<column width="4"/>
|
||||||
@ -103,13 +103,9 @@
|
|||||||
<rows>
|
<rows>
|
||||||
<row disabled="@ts_viewtype" class="dialogHeader">
|
<row disabled="@ts_viewtype" class="dialogHeader">
|
||||||
<description value="Title" for="ts_title"/>
|
<description value="Title" for="ts_title"/>
|
||||||
<textbox blur="@ts_title_blur" id="ts_title" size="65" maxlength="80" class="et2_fullWidth" tabindex="1" span="3"/>
|
<textbox blur="@ts_title_blur" id="ts_title" size="65" maxlength="80" class="et2_fullWidth" tabindex="1" span="4"/>
|
||||||
<textbox type="integer" id="ts_id" readonly="true" class="timesheet_timesheetId"/>
|
<textbox type="integer" id="ts_id" readonly="true" class="timesheet_timesheetId"/>
|
||||||
<appicon src="timesheet"/>
|
<appicon src="timesheet"/>
|
||||||
<description />
|
|
||||||
<textbox blur="@ts_title_blur" id="ts_title" size="65" maxlength="80" class="et2_fullWidth" tabindex="1" span="4"/>
|
|
||||||
<description font_style="n" id="ts_id" />
|
|
||||||
<appicon class="timesheet_appicon"/>
|
|
||||||
<description/>
|
<description/>
|
||||||
</row>
|
</row>
|
||||||
<row class="dialogHeader2">
|
<row class="dialogHeader2">
|
||||||
|
Loading…
Reference in New Issue
Block a user