Skip to content

Commit

Permalink
updated the views for msilo to reflect all columns
Browse files Browse the repository at this point in the history
miconda committed Jul 12, 2017
1 parent 139a9b0 commit 0eea2f0
Showing 7 changed files with 22 additions and 1 deletion.
3 changes: 3 additions & 0 deletions siremis/modules/sipadmin/sbs/msilo/do/SiloDO.xml
Original file line number Diff line number Diff line change
@@ -11,6 +11,9 @@
<BizField Name="snd_time" Column="snd_time" Required="Y" Type="Number"/>
<BizField Name="ctype" Column="ctype" Length="32" DefaultValue="text/plain" Required="Y" Type="Text"/>
<BizField Name="body" Column="body" Required="Y" Type="Text"/>
<BizField Name="extra_hdrs" Column="extra_hdrs" Required="N" Type="Text"/>
<BizField Name="callid" Column="callid" Length="128" Required="N" Type="Text"/>
<BizField Name="status" Column="status" Required="N" Type="Number"/>
</BizFieldList>
<TableJoins>
</TableJoins>
5 changes: 4 additions & 1 deletion siremis/modules/sipadmin/sbs/msilo/form/SiloCopyForm.xml
Original file line number Diff line number Diff line change
@@ -11,6 +11,9 @@
<Element Name="fld_snd_time" Class="InputText" FieldName="snd_time" Label="Snd Time" AllowURLParam="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
<Element Name="fld_ctype" Class="InputText" FieldName="ctype" Label="Ctype" AllowURLParam="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
<Element Name="fld_body" Class="InputText" FieldName="body" Label="Body" AllowURLParam="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
<Element Name="fld_extra_hdrs" Class="InputText" FieldName="extra_hdrs" Label="Extra Hdrs" AllowURLParam="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
<Element Name="fld_callid" Class="InputText" FieldName="callid" Label="CallId" AllowURLParam="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
<Element Name="fld_status" Class="InputText" FieldName="status" Label="Status" AllowURLParam="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
</DataPanel>
<ActionPanel>
<Element Name="btn_save" Class="Button" Text="Save" CssClass="button_gray_m">
@@ -21,7 +24,7 @@
</Element>
</ActionPanel>
<NavPanel>
</NavPanel>
</NavPanel>
<SearchPanel>
</SearchPanel>
</EasyForm>
3 changes: 3 additions & 0 deletions siremis/modules/sipadmin/sbs/msilo/form/SiloDetailForm.xml
Original file line number Diff line number Diff line change
@@ -11,6 +11,9 @@
<Element Name="fld_snd_time" ElementSet="General" Class="LabelText" FieldName="snd_time" Label="Snd Time" AllowURLParam="N"/>
<Element Name="fld_ctype" ElementSet="General" Class="LabelText" FieldName="ctype" Label="Ctype" AllowURLParam="N"/>
<Element Name="fld_body" ElementSet="General" Class="LabelText" FieldName="body" Label="Body" AllowURLParam="N"/>
<Element Name="fld_extra_hdrs" ElementSet="General" Class="LabelText" FieldName="extra_hdrs" Label="Extra Hdrs" AllowURLParam="N"/>
<Element Name="fld_callid" ElementSet="General" Class="LabelText" FieldName="callid" Label="CallId" AllowURLParam="N"/>
<Element Name="fld_status" ElementSet="General" Class="LabelText" FieldName="status" Label="Status" AllowURLParam="N"/>
</DataPanel>
<ActionPanel>
<Element Name="btn_new" Class="Button" Text="Add" CssClass="button_gray_add" Description="new record (Insert)">
3 changes: 3 additions & 0 deletions siremis/modules/sipadmin/sbs/msilo/form/SiloEditForm.xml
Original file line number Diff line number Diff line change
@@ -11,6 +11,9 @@
<Element Name="fld_snd_time" Class="InputDatetime" FieldName="snd_time" Label="Snd Time" DefaultValue="1970-01-01 00:00:00" Sortable="Y" AllowURLParam="N" Translatable="N" OnEventLog="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
<Element Name="fld_ctype" Class="InputText" FieldName="ctype" Label="Ctype" AllowURLParam="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
<Element Name="fld_body" Class="InputText" FieldName="body" Label="Body" AllowURLParam="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
<Element Name="fld_extra_hdrs" Class="InputText" FieldName="extra_hdrs" Label="Extra Hdrs" AllowURLParam="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
<Element Name="fld_callid" Class="InputText" FieldName="callId" Label="CallId" AllowURLParam="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
<Element Name="fld_status" Class="InputText" FieldName="status" Label="Status" AllowURLParam="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
</DataPanel>
<ActionPanel>
<Element Name="btn_save" Class="Button" Text="Save" CssClass="button_gray_m">
3 changes: 3 additions & 0 deletions siremis/modules/sipadmin/sbs/msilo/form/SiloListForm.xml
Original file line number Diff line number Diff line change
@@ -16,6 +16,9 @@
<Element Name="fld_snd_time" Class="ColumnText" FieldName="snd_time" Label="Snd Time" Sortable="Y" Hidden="Y"/>
<Element Name="fld_ctype" Class="ColumnText" FieldName="ctype" Label="Ctype" Sortable="Y" Hidden="Y"/>
<Element Name="fld_body" Class="ColumnText" FieldName="body" Label="Body" Sortable="Y"/>
<Element Name="fld_extra_hdrs" Class="ColumnText" FieldName="extra_hdrs" Label="Extra Hdrs" Sortable="Y" Hidden="Y"/>
<Element Name="fld_callid" Class="ColumnText" FieldName="callid" Label="CallId" Sortable="Y" Hidden="Y"/>
<Element Name="fld_status" Class="ColumnText" FieldName="status" Label="Status" Sortable="Y" Hidden="Y"/>
</DataPanel>
<ActionPanel>
<Element Name="lnk_new" Class="Button" Text="Add" CssClass="button_gray_add" Hidden="Y" Description="new record (Insert)">
3 changes: 3 additions & 0 deletions siremis/modules/sipadmin/sbs/msilo/form/SiloNewForm.xml
Original file line number Diff line number Diff line change
@@ -10,6 +10,9 @@
<Element Name="fld_snd_time" Class="InputDatetime" FieldName="snd_time" Label="Snd Time" DefaultValue="1970-01-01 00:00:00" Sortable="Y" AllowURLParam="N" Translatable="N" OnEventLog="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
<Element Name="fld_ctype" Class="InputText" FieldName="ctype" Label="Ctype" AllowURLParam="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
<Element Name="fld_body" Class="InputText" FieldName="body" Label="Body" AllowURLParam="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
<Element Name="fld_extra_hdrs" Class="InputText" FieldName="extra_hdrs" Label="Extra Hdrs" AllowURLParam="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
<Element Name="fld_callid" Class="InputText" FieldName="callid" Label="CallId" AllowURLParam="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
<Element Name="fld_status" Class="InputText" FieldName="status" Label="Status" AllowURLParam="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
</DataPanel>
<ActionPanel>
<Element Name="btn_save" Class="Button" Text="Save" CssClass="button_gray_m">
3 changes: 3 additions & 0 deletions siremis/modules/sipadmin/sbs/msilo/form/SiloSearchForm.xml
Original file line number Diff line number Diff line change
@@ -10,6 +10,9 @@
<Element Name="fld_snd_time" Class="InputDatetime" FieldName="snd_time" Label="Snd Time" DefaultValue="1970-01-01 00:00:00" Sortable="Y" AllowURLParam="N" Translatable="N" OnEventLog="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
<Element Name="fld_ctype" Class="InputText" FieldName="ctype" Label="Ctype" AllowURLParam="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
<Element Name="fld_body" Class="InputText" FieldName="body" Label="Body" AllowURLParam="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
<Element Name="fld_extra_hdrs" Class="InputText" FieldName="extra_hdrs" Label="Extra Hdrs" AllowURLParam="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
<Element Name="fld_callid" Class="InputText" FieldName="callid" Label="CallId" AllowURLParam="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
<Element Name="fld_status" Class="InputText" FieldName="status" Label="Status" AllowURLParam="N" CssClass="input_text" CssErrorClass="input_text_error" CssFocusClass="input_text_focus"/>
</DataPanel>
<ActionPanel>
<Element Name="btn_search" Class="Button" Text="Search" CssClass="button_gray_m">

0 comments on commit 0eea2f0

Please sign in to comment.