-
Notifications
You must be signed in to change notification settings - Fork 1
/
attachment_subject_GBDEDIT.xml
42 lines (42 loc) · 3.03 KB
/
attachment_subject_GBDEDIT.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<GroupBox Name="GBDEDITattachment_subject"><Ctrls>
<GroupBox cols="xs12 sm6 md4" Multiline="0" Name="GB_subject"><Ctrls>
<Label Align="Right" Text="subject" Name="lb_subject" Size="60,20"/>
<TextBox Weight="170" Text="" ToolTip="ttp_subject" Name="subject" Size="170,20"/>
</Ctrls></GroupBox>
<GroupBox cols="xs12 sm6 md4" Multiline="0" Name="GB_remark"><Ctrls>
<Label Align="Right" Text="remark" Name="lb_remark" Size="60,20"/>
<TextBox Weight="170" Text="" ToolTip="ttp_remark" Name="remark" Size="170,20"/>
</Ctrls></GroupBox>
<GroupBox cols="xs12 sm6 md4" Multiline="0" overlap="pre" Name="GB_created_by" Visible="false"><Ctrls>
<Label Align="Right" Text="created_by" overlap="pre" Name="lb_created_by" Size="60,20" Visible="false"/>
<TextBox Weight="170" Text="" ToolTip="ttp_created_by" overlap="pre" Name="created_by" Size="170,20" Visible="false">
<DbDetails>
<Index>id</Index>
<DbTable>vtigercrm6.vtiger_users</DbTable>
<Data>user_name,id</Data>
<Where/>
<queryFormat/></DbDetails></TextBox>
</Ctrls></GroupBox>
<GroupBox cols="xs12 sm6 md4" Multiline="0" overlap="pre" Name="GB_creation_date" Visible="false"><Ctrls>
<Label Align="Right" Text="creation_date" overlap="pre" Name="lb_creation_date" Size="60,20" Visible="false"/>
<DateTime Weight="170" Text="" ToolTip="ttp_creation_date" overlap="pre" Name="creation_date" Size="170,20" Visible="false" Format="yyyy-MM-dd HH:mm:ss"/>
</Ctrls></GroupBox>
<GroupBox cols="xs12 sm6 md4" Multiline="0" overlap="pre" Name="GB_last_update_by" Visible="false"><Ctrls>
<Label Align="Right" Text="last_update_by" overlap="pre" Name="lb_last_update_by" Size="60,20" Visible="false"/>
<TextBox Weight="170" Text="" ToolTip="ttp_last_update_by" overlap="pre" Name="last_update_by" Size="170,20" Visible="false">
<DbDetails>
<Index>id</Index>
<DbTable>vtigercrm6.vtiger_users</DbTable>
<Data>user_name,id</Data>
<Where/>
<queryFormat/></DbDetails></TextBox>
</Ctrls></GroupBox>
<GroupBox cols="xs12 sm6 md4" Multiline="0" overlap="pre" Name="GB_last_update_date" Visible="false"><Ctrls>
<Label Align="Right" Text="last_update_date" overlap="pre" Name="lb_last_update_date" Size="60,20" Visible="false"/>
<DateTime Weight="170" Text="" ToolTip="ttp_last_update_date" overlap="pre" Name="last_update_date" Size="170,20" Visible="false" Format="yyyy-MM-dd HH:mm:ss"/>
</Ctrls></GroupBox>
<GroupBox cols="xs12 sm6 md4" Multiline="0" overlap="pre" Name="GB_attachment_subject_id" Visible="false"><Ctrls>
<Label Align="Right" Text="attachment_subject_id" overlap="pre" Name="lb_attachment_subject_id" readonly="true" Size="60,20" Visible="false"/>
<TextBox Weight="170" Text="" ToolTip="ttp_attachment_subject_id" overlap="pre" Name="attachment_subject_id" readonly="true" Size="170,20" Visible="false"><OnEnChange><if cond="'%{attachment_subject_id}'"><SetVisible name="insertattachment_subject" Visible="0"/><SetVisible name="modifyattachment_subject" Visible="1"/><else/><SetVisible name="insertattachment_subject" Visible="1"/><SetVisible name="modifyattachment_subject" Visible="0"/></if></OnEnChange></TextBox>
</Ctrls></GroupBox>
</Ctrls></GroupBox>