Fix # simbol not showing in timesheet edit dialog. Additionally, fixes wrong commenting in app.css

This commit is contained in:
Hadi Nategh 2014-03-12 13:33:13 +00:00
parent a17697ffdc
commit 064271b1b7
2 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@
* @version: $Id$ * @version: $Id$
*/ */
// Header classes /* Header classes*/
tr.dialogHeader td, tr.dialogHeader2 td, tr.dialogHeader3 td, tr.dialogHeader4 td, tr.dialogHeader td, tr.dialogHeader2 td, tr.dialogHeader3 td, tr.dialogHeader4 td,
tr.dialogOperators td,.dialogFooterToolbar { tr.dialogOperators td,.dialogFooterToolbar {
padding: 5px 0 5px 0; padding: 5px 0 5px 0;
@ -18,10 +18,10 @@ div#timesheet-edit.et2_container
width: 648px; width: 648px;
} }
//** add # sign behind the ts_id /* add # sign behind the ts_id */
.timesheet_timesheetId:before span{ content:"#"; } #timesheet-edit_ts_id:before { content:"#"}
//** make the modifier inline /* make the modifier inline*/
.timesheet_modifier label .timesheet_modifier label
{ {
display: inline-block; display: inline-block;

View File

@ -5,7 +5,7 @@
<grid width="100%" height="165"> <grid width="100%" height="165">
<columns> <columns>
<column width="72"/> <column width="72"/>
<column width="200"/> <column width="192"/>
<column width="30"/> <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"/>
@ -104,7 +104,7 @@
<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 et2_required" tabindex="1" span="4"/> <textbox blur="@ts_title_blur" id="ts_title" size="65" maxlength="80" class="et2_fullWidth et2_required" tabindex="1" span="4"/>
<textbox type="integer" id="ts_id" readonly="true" class="timesheet_timesheetId"/> <textbox type="integer" id="ts_id" readonly="true"/>
<appicon src="timesheet"/> <appicon src="timesheet"/>
<description/> <description/>
</row> </row>