Merged in darojas/processmaker/PM-1156 (pull request #1311)

PM-1156 "Change text: Table Name (Auto Prefix "PMT")-report table" SOLVED
This commit is contained in:
Julio Cesar Laura Avendaño
2015-01-08 13:25:10 -04:00

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,