Merge pull request #1750 from ralpheav/master
Extended commit {BUG 11963: & adding advice Trigger Editor msg }
This commit is contained in:
@@ -330,6 +330,7 @@ Ext.onReady(function(){
|
|||||||
var cm = new Ext.grid.ColumnModel({
|
var cm = new Ext.grid.ColumnModel({
|
||||||
// specify any defaults for each column
|
// specify any defaults for each column
|
||||||
defaults: {
|
defaults: {
|
||||||
|
resizable: false,
|
||||||
sortable: true // columns are not sortable by default
|
sortable: true // columns are not sortable by default
|
||||||
},
|
},
|
||||||
columns:cmColumns
|
columns:cmColumns
|
||||||
|
|||||||
@@ -426,6 +426,7 @@ Ext.onReady(function(){
|
|||||||
var cm = new Ext.grid.ColumnModel({
|
var cm = new Ext.grid.ColumnModel({
|
||||||
// specify any defaults for each column
|
// specify any defaults for each column
|
||||||
defaults: {
|
defaults: {
|
||||||
|
resizable: false,
|
||||||
sortable: true // columns are not sortable by default
|
sortable: true // columns are not sortable by default
|
||||||
},
|
},
|
||||||
columns:cmColumns
|
columns:cmColumns
|
||||||
|
|||||||
@@ -43,7 +43,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class='FormLabel' width="{$form_labelWidth}">{$TRI_WEBBOT}</td>
|
<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>
|
||||||
<tr>
|
<tr>
|
||||||
<td class='FormButton' colspan="2" align="center">{$form.BTNCOPYSAVE} {$form.BTNCANCEL}</td>
|
<td class='FormButton' colspan="2" align="center">{$form.BTNCOPYSAVE} {$form.BTNCANCEL}</td>
|
||||||
|
|||||||
@@ -35,7 +35,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td class='FormLabel' width="{$form_labelWidth}">{$TRI_WEBBOT}</td>
|
<td class='FormLabel' width="{$form_labelWidth}">{$TRI_WEBBOT}</td>
|
||||||
<!-- <td class='FormFieldContent' width="{$form_width}" >{$form.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>
|
||||||
<tr>
|
<tr>
|
||||||
<td class='FormButton' colspan="2" align="center">{$form.SAVE} {$form.BTN_CANCEL}</td>
|
<td class='FormButton' colspan="2" align="center">{$form.SAVE} {$form.BTN_CANCEL}</td>
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td class="FormLabel" width="{$form_labelWidth}">{$TRI_WEBBOT}</td>
|
<td class="FormLabel" width="{$form_labelWidth}">{$TRI_WEBBOT}</td>
|
||||||
<!-- <td class='FormFieldContent' width="{$form_width}" >{$form.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>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="FormButton" colspan="2" align="center"> <br/> {$form.SAVE} {$form.BTN_CANCEL} </td>
|
<td class="FormButton" colspan="2" align="center"> <br/> {$form.SAVE} {$form.BTN_CANCEL} </td>
|
||||||
|
|||||||
Reference in New Issue
Block a user