Change colors to Joomla default colors.
This commit is contained in:
parent
9913e15781
commit
1bc02180e3
@ -1,4 +1,4 @@
|
|||||||
# Version Calendar in SVG (1.0.0)
|
# Version Calendar in SVG (1.0.1)
|
||||||
|
|
||||||
> The original source code was taken from the [PHP supported versions](https://github.com/php/web-php/blob/master/images/supported-versions.php).
|
> The original source code was taken from the [PHP supported versions](https://github.com/php/web-php/blob/master/images/supported-versions.php).
|
||||||
|
|
||||||
@ -8,6 +8,6 @@
|
|||||||
+ *Author*: [Joomla! Project](mailto:admin@joomla.org)
|
+ *Author*: [Joomla! Project](mailto:admin@joomla.org)
|
||||||
+ *Name*: [Version Calendar svg](http://www.joomla.org)
|
+ *Name*: [Version Calendar svg](http://www.joomla.org)
|
||||||
+ *First Build*: 3rd September, 2022
|
+ *First Build*: 3rd September, 2022
|
||||||
+ *Version*: 1.0.0
|
+ *Version*: 1.0.1
|
||||||
+ *Copyright*: (C) 2022 Open Source Matters, Inc.
|
+ *Copyright*: (C) 2022 Open Source Matters, Inc.
|
||||||
+ *License*: GNU General Public License version 2 or later; see LICENSE.txt
|
+ *License*: GNU General Public License version 2 or later; see LICENSE.txt
|
@ -1,6 +1,6 @@
|
|||||||
MOD_VERSION_CALENDAR_SVG="Version Calendar Svg"
|
MOD_VERSION_CALENDAR_SVG="Version Calendar Svg"
|
||||||
MOD_VERSION_CALENDAR_SVG_DESCRIPTION="Version Calendar in SVG"
|
MOD_VERSION_CALENDAR_SVG_DESCRIPTION="Version Calendar in SVG"
|
||||||
MOD_VERSION_CALENDAR_SVG_XML_DESCRIPTION="<h1>Version Calendar Svg (v.1.0.0)</h1> <div style='clear: both;'></div><p>Version Calendar in SVG</p><p>Created by <a href='http://www.joomla.org' target='_blank'>Joomla! Project</a><br /><small>Development started 3rd September, 2022</small></p>"
|
MOD_VERSION_CALENDAR_SVG_XML_DESCRIPTION="<h1>Version Calendar Svg (v.1.0.1)</h1> <div style='clear: both;'></div><p>Version Calendar in SVG</p><p>Created by <a href='http://www.joomla.org' target='_blank'>Joomla! Project</a><br /><small>Development started 3rd September, 2022</small></p>"
|
||||||
MOD_VERSION_CALENDAR_SVG_DIMENTIONS="Dimentions"
|
MOD_VERSION_CALENDAR_SVG_DIMENTIONS="Dimentions"
|
||||||
MOD_VERSION_CALENDAR_SVG_STYLES="Styles"
|
MOD_VERSION_CALENDAR_SVG_STYLES="Styles"
|
||||||
MOD_VERSION_CALENDAR_SVG_DATES="Dates"
|
MOD_VERSION_CALENDAR_SVG_DATES="Dates"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
MOD_VERSION_CALENDAR_SVG="Version Calendar Svg"
|
MOD_VERSION_CALENDAR_SVG="Version Calendar Svg"
|
||||||
MOD_VERSION_CALENDAR_SVG_DESCRIPTION="Version Calendar in SVG"
|
MOD_VERSION_CALENDAR_SVG_DESCRIPTION="Version Calendar in SVG"
|
||||||
MOD_VERSION_CALENDAR_SVG_XML_DESCRIPTION="<h1>Version Calendar Svg (v.1.0.0)</h1> <div style='clear: both;'></div><p>Version Calendar in SVG</p><p>Created by <a href='http://www.joomla.org' target='_blank'>Joomla! Project</a><br /><small>Development started 3rd September, 2022</small></p>"
|
MOD_VERSION_CALENDAR_SVG_XML_DESCRIPTION="<h1>Version Calendar Svg (v.1.0.1)</h1> <div style='clear: both;'></div><p>Version Calendar in SVG</p><p>Created by <a href='http://www.joomla.org' target='_blank'>Joomla! Project</a><br /><small>Development started 3rd September, 2022</small></p>"
|
||||||
MOD_VERSION_CALENDAR_SVG_DIMENTIONS="Dimentions"
|
MOD_VERSION_CALENDAR_SVG_DIMENTIONS="Dimentions"
|
||||||
MOD_VERSION_CALENDAR_SVG_STYLES="Styles"
|
MOD_VERSION_CALENDAR_SVG_STYLES="Styles"
|
||||||
MOD_VERSION_CALENDAR_SVG_DATES="Dates"
|
MOD_VERSION_CALENDAR_SVG_DATES="Dates"
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<authorUrl>http://www.joomla.org</authorUrl>
|
<authorUrl>http://www.joomla.org</authorUrl>
|
||||||
<copyright>(C) 2020 Open Source Matters, Inc.</copyright>
|
<copyright>(C) 2020 Open Source Matters, Inc.</copyright>
|
||||||
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
|
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
|
||||||
<version>1.0.0</version>
|
<version>1.0.1</version>
|
||||||
<description>MOD_VERSION_CALENDAR_SVG_XML_DESCRIPTION</description>
|
<description>MOD_VERSION_CALENDAR_SVG_XML_DESCRIPTION</description>
|
||||||
|
|
||||||
<!-- Scripts to run on installation -->
|
<!-- Scripts to run on installation -->
|
||||||
@ -128,7 +128,7 @@
|
|||||||
<field
|
<field
|
||||||
type="color"
|
type="color"
|
||||||
name="text_color"
|
name="text_color"
|
||||||
default="#333"
|
default="#ffffff"
|
||||||
label="MOD_VERSION_CALENDAR_SVG_TEXT_COLOR_LABEL"
|
label="MOD_VERSION_CALENDAR_SVG_TEXT_COLOR_LABEL"
|
||||||
required="true"
|
required="true"
|
||||||
/>
|
/>
|
||||||
@ -136,7 +136,7 @@
|
|||||||
<field
|
<field
|
||||||
type="color"
|
type="color"
|
||||||
name="future_color"
|
name="future_color"
|
||||||
default="#000"
|
default="#5091cd"
|
||||||
label="MOD_VERSION_CALENDAR_SVG_FUTURE_COLOR_LABEL"
|
label="MOD_VERSION_CALENDAR_SVG_FUTURE_COLOR_LABEL"
|
||||||
required="true"
|
required="true"
|
||||||
/>
|
/>
|
||||||
@ -144,7 +144,7 @@
|
|||||||
<field
|
<field
|
||||||
type="color"
|
type="color"
|
||||||
name="stable_color"
|
name="stable_color"
|
||||||
default="#9c9"
|
default="#7ac143"
|
||||||
label="MOD_VERSION_CALENDAR_SVG_STABLE_COLOR_LABEL"
|
label="MOD_VERSION_CALENDAR_SVG_STABLE_COLOR_LABEL"
|
||||||
required="true"
|
required="true"
|
||||||
/>
|
/>
|
||||||
@ -152,7 +152,7 @@
|
|||||||
<field
|
<field
|
||||||
type="color"
|
type="color"
|
||||||
name="security_color"
|
name="security_color"
|
||||||
default="#f93"
|
default="#f9a541"
|
||||||
label="MOD_VERSION_CALENDAR_SVG_SECURITY_COLOR_LABEL"
|
label="MOD_VERSION_CALENDAR_SVG_SECURITY_COLOR_LABEL"
|
||||||
required="true"
|
required="true"
|
||||||
/>
|
/>
|
||||||
@ -160,7 +160,7 @@
|
|||||||
<field
|
<field
|
||||||
type="color"
|
type="color"
|
||||||
name="end_of_life_color"
|
name="end_of_life_color"
|
||||||
default="#f33"
|
default="#f44321"
|
||||||
label="MOD_VERSION_CALENDAR_SVG_END_OF_LIFE_COLOR_LABEL"
|
label="MOD_VERSION_CALENDAR_SVG_END_OF_LIFE_COLOR_LABEL"
|
||||||
required="true"
|
required="true"
|
||||||
/>
|
/>
|
||||||
@ -168,7 +168,7 @@
|
|||||||
<field
|
<field
|
||||||
type="color"
|
type="color"
|
||||||
name="end_of_life_text_color"
|
name="end_of_life_text_color"
|
||||||
default="#fff"
|
default="#ffffff"
|
||||||
label="MOD_VERSION_CALENDAR_SVG_END_OF_LIFE_TEXT_COLOR_LABEL"
|
label="MOD_VERSION_CALENDAR_SVG_END_OF_LIFE_TEXT_COLOR_LABEL"
|
||||||
required="true"
|
required="true"
|
||||||
/>
|
/>
|
||||||
@ -176,7 +176,7 @@
|
|||||||
<field
|
<field
|
||||||
type="color"
|
type="color"
|
||||||
name="years_line_color"
|
name="years_line_color"
|
||||||
default="#000"
|
default="#5091cd"
|
||||||
label="MOD_VERSION_CALENDAR_SVG_YEARS_LINE_COLOR_LABEL"
|
label="MOD_VERSION_CALENDAR_SVG_YEARS_LINE_COLOR_LABEL"
|
||||||
required="true"
|
required="true"
|
||||||
/>
|
/>
|
||||||
@ -192,7 +192,7 @@
|
|||||||
<field
|
<field
|
||||||
type="color"
|
type="color"
|
||||||
name="today_line_color"
|
name="today_line_color"
|
||||||
default="#f33"
|
default="#f44321"
|
||||||
label="MOD_VERSION_CALENDAR_SVG_TODAY_LINE_COLOR_LABEL"
|
label="MOD_VERSION_CALENDAR_SVG_TODAY_LINE_COLOR_LABEL"
|
||||||
required="true"
|
required="true"
|
||||||
/>
|
/>
|
||||||
@ -200,7 +200,7 @@
|
|||||||
<field
|
<field
|
||||||
type="color"
|
type="color"
|
||||||
name="today_text_color"
|
name="today_text_color"
|
||||||
default="#f33"
|
default="#f44321"
|
||||||
label="MOD_VERSION_CALENDAR_SVG_TODAY_TEXT_COLOR_LABEL"
|
label="MOD_VERSION_CALENDAR_SVG_TODAY_TEXT_COLOR_LABEL"
|
||||||
required="true"
|
required="true"
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user