Merged in dheeyi/processmaker/PM-1809 (pull request #1718)

PM-1809 DESIGNER > Classic Designer > Web Entry: El contenedor de la creacióel 'Web Entry' con 'Single HTML' deja espacios innecesarios en los extremos inferior y derecha
This commit is contained in:
Julio Cesar Laura Avendaño
2015-03-23 18:47:03 -04:00
2 changed files with 2 additions and 2 deletions

View File

@@ -162,7 +162,7 @@ try {
}
}
print_r( '<textarea cols="70" rows="20">' . htmlentities( str_replace( '</body>', '</form></body>', str_replace( '</form>', '', $template->getOutputContent() ) ) ) . '</textarea>' );
print_r( '<textarea cols="77" rows="26" style="width:100%; height:99%">' . htmlentities( str_replace( '</body>', '</form></body>', str_replace( '</form>', '', $template->getOutputContent() ) ) ) . '</textarea>' );
G::auditLog('WebEntry','Generate web entry with single HTML (dynaform uid: '.$sDYNAFORM.') in process "'.$resultProcess['PRO_TITLE'].'"');
}

View File

@@ -171,7 +171,7 @@ var webEntry_generate = function(PRO_UID, TASKS, DYNAFORM) {
if(getField('WE_TYPE').value=='SINGLE')
{ oPanel1 = new leimnud.module.panel();
oPanel1.options = {
size :{w:500,h:390},
size :{w:500,h:400},
position:{x:0,y:0,center:true},
title :"Web Entry",
statusBar:true,