mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 08:12:26 +02:00
Customer portal : Form adjustments on UserProfile brick
SVN:trunk[4069]
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
namespace Combodo\iTop\Portal\Brick;
|
||||
|
||||
use DOMFormatException;
|
||||
use \DOMFormatException;
|
||||
use \Combodo\iTop\DesignElement;
|
||||
use \Combodo\iTop\Portal\Brick\PortalBrick;
|
||||
|
||||
|
||||
@@ -58,6 +58,7 @@
|
||||
});
|
||||
|
||||
{% if tIsModal is defined and tIsModal == true %}
|
||||
$('#{{ sFormId }}').closest('.modal').scrollTop(0);
|
||||
$('#{{ sFormId }}').closest('.modal').find('.modal-footer').hide();
|
||||
{% endif %}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user