From b527ad253bdd5b096ad19adaccf05f21a64df454 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Tue, 20 Jun 2017 18:43:19 +0200 Subject: [PATCH] fixed height of vertical tabs --- lam/lib/modules.inc | 15 --------------- lam/templates/lib/500_lam.js | 12 ++++++++++++ 2 files changed, 12 insertions(+), 15 deletions(-) diff --git a/lam/lib/modules.inc b/lam/lib/modules.inc index ddbc5408..28170cc4 100644 --- a/lam/lib/modules.inc +++ b/lam/lib/modules.inc @@ -1292,21 +1292,6 @@ class accountContainer { $table->addElement($rightGroup); parseHtml(null, $table, array(), false, $tabindex, $this->type->getScope()); - ?> - - maxHeight) { + maxHeight = jQuery(this).height(); + }; + }); + jQuery('.lamEqualHeightTabContent').each(function() { + jQuery(this).css({'height': maxHeight}); + }); +});