Skip to content

Conversation

@MeghaBiranje
Copy link
Contributor

No description provided.

echo HTMLHelper::_('bootstrap.startTabSet', 'myTab', array('active' => 'general'));
echo HTMLHelper::_('bootstrap.addTab', 'myTab', 'general', Text::_('COM_TJCERTIFICATE_TITLE_CERTIFICATE')); ?>
<div class="row-fluid">
<div class="row ptb-20 plr-10">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MeghaBiranje row-fluid is for bs2 and this might be needed for joomla 3
create separate layouts for bs3 and bs5 if needed

var attachmentMaxSize = '<?php echo $this->uploadLimit; ?>';

</script>
<style type="text/css">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MeghaBiranje Add css in respective CSS class and use wrapper classes like tjBs5/tjBs3 or maybe extension wrapper if this is specific to some bootstrap version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants