Skip to content

Commit e5cd42c

Browse files
author
Berges Yannick
committed
correction for AMM regular
1 parent 4ff2b50 commit e5cd42c

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

elements/iconpicker.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ class JFormFieldIconpicker extends JFormField {
3131
public function getInput() {
3232
JHtml::_('jquery.framework');
3333
JHtml::_('bootstrap.framework');
34+
JHtml::_('stylesheet', 'media/mod_dashboard/css/style.css');
3435
JHtml::_('stylesheet', 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
3536

3637
JHtml::_('stylesheet', 'media/mod_dashboard/css/bootstrap-iconpicker.min.css');

media/css/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,7 @@ h2.nav-header {
5252
margin-top: -33px;
5353
margin-right: -14px;
5454
}
55+
/** correction for advanced module manager and popover***/
56+
.control-label .hasPopover, .control-label .hasTooltip {
57+
display: block !important;
58+
}

mod_dashboard.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<creationDate>Dec 2018</creationDate>
1010
<authorEmail>[email protected]</authorEmail>
1111
<authorUrl>www.com3elles.com</authorUrl>
12-
<version>1.2.2</version>
12+
<version>1.2.3</version>
1313
<copyright>Copyright (C) 2008 - 2019 Open Source Matters. All rights reserved.</copyright>
1414
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
1515
<description>MOD_DASHBOARD_INTRO</description>

update.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
<element>mod_dashboard</element>
77
<type>module</type>
88
<client>administrator</client>
9-
<version>1.2.2</version>
9+
<version>1.2.3</version>
1010

1111
<infourl title="FAQ">
1212
https://github.com/micker/mod_dashboard/wiki
1313
</infourl>
1414

1515
<downloads>
16-
<downloadurl type="full" format="zip">https://github.com/micker/mod_dashboard/archive/1.2.2.zip</downloadurl>
16+
<downloadurl type="full" format="zip">https://github.com/micker/mod_dashboard/archive/1.2.3.zip</downloadurl>
1717
</downloads>
1818

1919
<tags>

0 commit comments

Comments
 (0)