Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Joomla 4 issued certificate design and filter issue fixes #143

Open
wants to merge 1 commit into
base: dev-joomla4
Choose a base branch
from

Conversation

MeghaBiranje
Copy link
Contributor

No description provided.

@@ -57,7 +57,7 @@
<?php
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

@@ -123,3 +123,25 @@ class="p-5"
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