Skip to content

Commit

Permalink
BE: "Global Parameters" on the right should be "Advanced Parameters" …
Browse files Browse the repository at this point in the history
…to fit the Help ;)

v2.2.0-rc5
  • Loading branch information
Hoffi1 committed Sep 17, 2016
1 parent 52522c5 commit dfba91e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions admin/views/settings/tmpl/default_parameters.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @version 2.1.4
* @version 2.2.0
* @package JEM
* @copyright (C) 2013-2015 joomlaeventmanager.net
* @copyright (C) 2013-2016 joomlaeventmanager.net
* @copyright (C) 2005-2009 Christoph Lukes
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
*/
Expand Down Expand Up @@ -35,7 +35,7 @@
<div class="width-50 fltrt">
<div class="width-100">
<fieldset class="adminform">
<legend><?php echo JText::_('COM_JEM_GLOBAL_PARAMETERS'); ?></legend>
<legend><?php echo JText::_('COM_JEM_GLOBAL_PARAMETERS_ADVANCED'); ?></legend>
<ul class="adminformlist">
<?php foreach ($this->form->getFieldset('globalparam2') as $field): ?>
<li><?php echo $field->label; ?> <?php echo $field->input; ?></li>
Expand Down
2 changes: 1 addition & 1 deletion jem.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
<authorEmail>info@joomlaeventmanager.net</authorEmail>
<authorUrl>http://www.joomlaeventmanager.net</authorUrl>
<version>2.2.0-rc4</version>
<version>2.2.0-rc5</version>
<description>COM_JEM_INSTALLATION_DESCRIPTION</description>

<!-- Runs on install/uninstall/update; New in 1.6 -->
Expand Down
2 changes: 1 addition & 1 deletion package/pkg_jem.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<authorEmail>info@joomlaeventmanager.net</authorEmail>
<authorUrl>http://www.joomlaeventmanager.net</authorUrl>

<version>2.2.0-rc3 stable</version>
<version>2.2.0-rc5</version>
<description>PKG_JEM_INSTALLATION_DESCRIPTION</description>
<url>http://www.joomlaeventmanager.net/</url>
<packager>JEM Community</packager>
Expand Down

0 comments on commit dfba91e

Please sign in to comment.