Customer portal : Form adjustments on UserProfile brick

SVN:trunk[4069]
This commit is contained in:
Guillaume Lajarige
2016-05-12 10:24:23 +00:00
parent 6297809716
commit 9b11b12b07
4 changed files with 11 additions and 14 deletions

View File

@@ -19,7 +19,7 @@
namespace Combodo\iTop\Portal\Brick;
use DOMFormatException;
use \DOMFormatException;
use \Combodo\iTop\DesignElement;
use \Combodo\iTop\Portal\Brick\PortalBrick;

View File

@@ -58,6 +58,7 @@
});
{% if tIsModal is defined and tIsModal == true %}
$('#{{ sFormId }}').closest('.modal').scrollTop(0);
$('#{{ sFormId }}').closest('.modal').find('.modal-footer').hide();
{% endif %}
});