Merge pull request #1750 from ralpheav/master

Extended commit {BUG 11963: & adding advice Trigger Editor msg }
This commit is contained in:
julceslauhub
2013-05-23 11:19:57 -07:00
5 changed files with 23 additions and 21 deletions

View File

@@ -143,9 +143,9 @@ Ext.onReady(function(){
//columns for table columns grid
var cmColumns = [
{
id: 'uid',
dataIndex: 'uid',
hidden: true
id: 'uid',
dataIndex: 'uid',
hidden: true
},
{
id: 'field_uid',
@@ -330,7 +330,8 @@ Ext.onReady(function(){
var cm = new Ext.grid.ColumnModel({
// specify any defaults for each column
defaults: {
sortable: true // columns are not sortable by default
resizable: false,
sortable: true // columns are not sortable by default
},
columns:cmColumns
});

View File

@@ -254,38 +254,38 @@ Ext.onReady(function(){
//columns for table columns grid
var cmColumns = [
{
id: 'uid',
dataIndex: 'uid',
hidden: true,
hideable:false
id: 'uid',
dataIndex: 'uid',
hidden: true,
hideable:false
},
{
dataIndex: '_index',
hidden: true,
hideable:false
dataIndex: '_index',
hidden: true,
hideable:false
},
{
dataIndex: '_isset',
hidden: true,
hideable:false
dataIndex: '_isset',
hidden: true,
hideable:false
},
{
id: 'field_uid',
dataIndex: 'field_uid',
hidden: true,
hideable:false
hideable:false
},
{
id: 'field_key',
dataIndex: 'field_key',
hidden: true,
hideable:false
hideable:false
},
{
id: 'field_null',
dataIndex: 'field_null',
hidden: true,
hideable:false
hideable:false
},
{
id: 'field_dyn',
@@ -426,7 +426,8 @@ Ext.onReady(function(){
var cm = new Ext.grid.ColumnModel({
// specify any defaults for each column
defaults: {
sortable: true // columns are not sortable by default
resizable: false,
sortable: true // columns are not sortable by default
},
columns:cmColumns
});

View File

@@ -43,7 +43,7 @@
</tr>
<tr>
<td class='FormLabel' width="{$form_labelWidth}">{$TRI_WEBBOT}</td>
<td class='FormFieldContent' width='{$form_fieldContentWidth}' >{$form.TRI_WEBBOT}</td>
<td class='FormFieldContent' width='{$form_fieldContentWidth}' >{$form.TRI_WEBBOT}<label class="FormRequiredTextMessage"><font color="red">*</font>{php} echo " ".(G::LoadTranslation('ID_TRIGGER_EDITOR_HINT_ADVISE_MESSAGE')); {/php}</label></td>
</tr>
<tr>
<td class='FormButton' colspan="2" align="center">{$form.BTNCOPYSAVE}&nbsp;{$form.BTNCANCEL}</td>

View File

@@ -35,7 +35,7 @@
<tr>
<td class='FormLabel' width="{$form_labelWidth}">{$TRI_WEBBOT}</td>
<!-- <td class='FormFieldContent' width="{$form_width}" >{$form.TRI_WEBBOT} </td> //-->
<td class='FormFieldContent' width='{$form_fieldContentWidth}' >{$form.TRI_WEBBOT}</td>
<td class='FormFieldContent' width='{$form_fieldContentWidth}' >{$form.TRI_WEBBOT}<label class="FormRequiredTextMessage"><font color="red">*</font>{php} echo " ".(G::LoadTranslation('ID_TRIGGER_EDITOR_HINT_ADVISE_MESSAGE'));{/php}</label></td>
</tr>
<tr>
<td class='FormButton' colspan="2" align="center">{$form.SAVE}&nbsp;{$form.BTN_CANCEL}</td>

View File

@@ -23,7 +23,7 @@
<tr>
<td class="FormLabel" width="{$form_labelWidth}">{$TRI_WEBBOT}</td>
<!-- <td class='FormFieldContent' width="{$form_width}" >{$form.TRI_WEBBOT} </td> //-->
<td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.TRI_WEBBOT}</td>
<td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.TRI_WEBBOT}<label class="FormRequiredTextMessage"><font color="red">*</font>{php} echo " ".(G::LoadTranslation('ID_TRIGGER_EDITOR_HINT_ADVISE_MESSAGE'));{/php}</label></td>
</tr>
<tr>
<td class="FormButton" colspan="2" align="center"> <br/> {$form.SAVE} &nbsp; {$form.BTN_CANCEL} </td>