Merge branch 'master' of bitbucket.org:colosa/processmaker into PM-1165

This commit is contained in:
Freddy Daniel Rojas Valda
2015-01-09 13:32:20 -04:00
2 changed files with 3 additions and 3 deletions

View File

@@ -132,10 +132,10 @@
<a href="#" class="mafe-menu-variable"></a>
<a href="#" class="btn_create mafe-menu-variable-create"><span></span></a>
</li>
<li>
<!--<li>
<a href="#" class="mafe-menu-eventmessages"></a>
<a href="#" class="btn_create mafe-menu-eventmessages-create"><span></span></a>
</li>
</li>-->
<li>
<a href="#" class="mafe-menu-dynaform"></a>
<a href="#" class="btn_create mafe-menu-dynaform-create"><span></span></a>

View File

@@ -967,7 +967,7 @@ function validateFieldSizeAutoincrement(valueType, defaultValue) {
items.push({
id: 'REP_TAB_NAME',
fieldLabel: _("ID_TABLE_NAME") + ' <span style="font-size:9">('+_("ID_AUTO_PREFIX") + ' "PMT")</span>',
fieldLabel: _("ID_TABLE_NAME") + ' <span style="font-size:9">('+_("ID_AUTO_PREFIX") + ' "PMT_")</span>',
xtype:'textfield',
emptyText: _("ID_SET_A_TABLE_NAME"),
width: 250,