Skip to content

Commit

Permalink
Added filters above list views and changed the component's code name
Browse files Browse the repository at this point in the history
  • Loading branch information
ohrionmartin committed Dec 14, 2020
1 parent 200e6ef commit 79b2e93
Show file tree
Hide file tree
Showing 101 changed files with 5,350 additions and 1,226 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Recipe Manager (1.0.0)
# Recipe Manager (1.0.2)

Recipe Manager allows you to collect, search, organize, and browse your recipes..

Expand All @@ -8,10 +8,10 @@ Recipe Manager allows you to collect, search, organize, and browse your recipes.
+ *Author*: [Oh Martin](mailto:[email protected])
+ *Name*: [Recipe Manager](https://www.vdm.io)
+ *First Build*: 5th July, 2020
+ *Last Build*: 11th December, 2020
+ *Version*: 1.0.0
+ *Last Build*: 14th December, 2020
+ *Version*: 1.0.2
+ *Copyright*: Copyright (C) 2020. All Rights Reserved
+ *License*: GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html
+ *License*: GNU General Public License version 2 or later; see LICENSE.txt

## Build Time

Expand All @@ -21,19 +21,19 @@ due to [Automated Component Builder](http://joomlacomponentbuilder.com))
> (if creating a folder and file took **5 seconds** and writing one line of code took **10 seconds**,
> never making one mistake or taking any coffee break.)
+ *Line count*: **15622**
+ *File count*: **149**
+ *Line count*: **15794**
+ *File count*: **151**
+ *Folder count*: **53**

**28 Hours** or **3 Eight Hour Days** (the actual time the author spent)
**29 Hours** or **3 Eight Hour Days** (the actual time the author spent)

> (with the following break down:
> **debugging @11hours** = codingtime / 4;
> **planning @6hours** = codingtime / 7;
> **mapping @4hours** = codingtime / 10;
> **office @7hours** = codingtime / 6;)
**72 Hours** or **9 Eight Hour Days**
**73 Hours** or **9 Eight Hour Days**
(a total of the realistic time frame for this project)

> (if creating a folder and file took **5 seconds** and writing one line of code took **10 seconds**,
Expand Down
16 changes: 8 additions & 8 deletions admin/README.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Recipe Manager (1.0.0)
# Recipe Manager (1.0.2)

Recipe Manager allows you to collect, search, organize, and browse your recipes..

Expand All @@ -8,10 +8,10 @@ Recipe Manager allows you to collect, search, organize, and browse your recipes.
+ *Author*: [Oh Martin](mailto:[email protected])
+ *Name*: [Recipe Manager](https://www.vdm.io)
+ *First Build*: 5th July, 2020
+ *Last Build*: 11th December, 2020
+ *Version*: 1.0.0
+ *Last Build*: 14th December, 2020
+ *Version*: 1.0.2
+ *Copyright*: Copyright (C) 2020. All Rights Reserved
+ *License*: GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html
+ *License*: GNU General Public License version 2 or later; see LICENSE.txt

## Build Time

Expand All @@ -21,19 +21,19 @@ due to [Automated Component Builder](http://joomlacomponentbuilder.com))
> (if creating a folder and file took **5 seconds** and writing one line of code took **10 seconds**,
> never making one mistake or taking any coffee break.)

+ *Line count*: **15622**
+ *File count*: **149**
+ *Line count*: **15794**
+ *File count*: **151**
+ *Folder count*: **53**

**28 Hours** or **3 Eight Hour Days** (the actual time the author spent)
**29 Hours** or **3 Eight Hour Days** (the actual time the author spent)

> (with the following break down:
> **debugging @11hours** = codingtime / 4;
> **planning @6hours** = codingtime / 7;
> **mapping @4hours** = codingtime / 10;
> **office @7hours** = codingtime / 6;)

**72 Hours** or **9 Eight Hour Days**
**73 Hours** or **9 Eight Hour Days**
(a total of the realistic time frame for this project)

> (if creating a folder and file took **5 seconds** and writing one line of code took **10 seconds**,
Expand Down
46 changes: 23 additions & 23 deletions admin/access.xml
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
<?xml version="1.0" encoding="utf-8" ?>
<access component="com_recipemanager">
<access component="com_recipe_manager">
<section name="component">
<action name="core.admin" title="JACTION_ADMIN" description="JACTION_ADMIN_COMPONENT_DESC" />
<action name="core.options" title="JACTION_OPTIONS" description="JACTION_OPTIONS_COMPONENT_DESC" />
<action name="core.manage" title="JACTION_MANAGE" description="JACTION_MANAGE_COMPONENT_DESC" />
<action name="core.export" title="COM_RECIPEMANAGER_EXPORT_DATA" description="COM_RECIPEMANAGER_EXPORT_DATA_DESC" />
<action name="core.import" title="COM_RECIPEMANAGER_IMPORT_DATA" description="COM_RECIPEMANAGER_IMPORT_DATA_DESC" />
<action name="core.batch" title="COM_RECIPEMANAGER_USE_BATCH" description="COM_RECIPEMANAGER_USE_BATCH_DESC" />
<action name="core.version" title="COM_RECIPEMANAGER_EDIT_VERSIONS" description="COM_RECIPEMANAGER_EDIT_VERSIONS_DESC" />
<action name="core.export" title="COM_RECIPE_MANAGER_EXPORT_DATA" description="COM_RECIPE_MANAGER_EXPORT_DATA_DESC" />
<action name="core.import" title="COM_RECIPE_MANAGER_IMPORT_DATA" description="COM_RECIPE_MANAGER_IMPORT_DATA_DESC" />
<action name="core.batch" title="COM_RECIPE_MANAGER_USE_BATCH" description="COM_RECIPE_MANAGER_USE_BATCH_DESC" />
<action name="core.version" title="COM_RECIPE_MANAGER_EDIT_VERSIONS" description="COM_RECIPE_MANAGER_EDIT_VERSIONS_DESC" />
<action name="core.create" title="JACTION_CREATE" description="JACTION_CREATE_COMPONENT_DESC" />
<action name="core.delete" title="JACTION_DELETE" description="JACTION_DELETE_COMPONENT_DESC" />
<action name="core.edit" title="JACTION_EDIT" description="JACTION_EDIT_COMPONENT_DESC" />
<action name="core.edit.state" title="JACTION_EDITSTATE" description="JACTION_ACCESS_EDITSTATE_DESC" />
<action name="core.edit.own" title="JACTION_EDITOWN" description="JACTION_EDITOWN_COMPONENT_DESC" />
<action name="core.edit.created_by" title="COM_RECIPEMANAGER_EDIT_CREATED_BY" description="COM_RECIPEMANAGER_EDIT_CREATED_BY_DESC" />
<action name="core.edit.created" title="COM_RECIPEMANAGER_EDIT_CREATED_DATE" description="COM_RECIPEMANAGER_EDIT_CREATED_DATE_DESC" />
<action name="ingredient.access" title="COM_RECIPEMANAGER_INGREDIENTS_ACCESS" description="COM_RECIPEMANAGER_INGREDIENTS_ACCESS_DESC" />
<action name="ingredient.batch" title="COM_RECIPEMANAGER_INGREDIENTS_BATCH_USE" description="COM_RECIPEMANAGER_INGREDIENTS_BATCH_USE_DESC" />
<action name="ingredient.dashboard_list" title="COM_RECIPEMANAGER_INGREDIENTS_DASHBOARD_LIST" description="COM_RECIPEMANAGER_INGREDIENTS_DASHBOARD_LIST_DESC" />
<action name="ingredient.version" title="COM_RECIPEMANAGER_INGREDIENTS_EDIT_VERSION" description="COM_RECIPEMANAGER_INGREDIENTS_EDIT_VERSION_DESC" />
<action name="ingredient.export" title="COM_RECIPEMANAGER_INGREDIENTS_EXPORT" description="COM_RECIPEMANAGER_INGREDIENTS_EXPORT_DESC" />
<action name="ingredient.import" title="COM_RECIPEMANAGER_INGREDIENTS_IMPORT" description="COM_RECIPEMANAGER_INGREDIENTS_IMPORT_DESC" />
<action name="ingredient.submenu" title="COM_RECIPEMANAGER_INGREDIENTS_SUBMENU" description="COM_RECIPEMANAGER_INGREDIENTS_SUBMENU_DESC" />
<action name="recipe.access" title="COM_RECIPEMANAGER_RECIPES_ACCESS" description="COM_RECIPEMANAGER_RECIPES_ACCESS_DESC" />
<action name="recipe.batch" title="COM_RECIPEMANAGER_RECIPES_BATCH_USE" description="COM_RECIPEMANAGER_RECIPES_BATCH_USE_DESC" />
<action name="recipe.dashboard_list" title="COM_RECIPEMANAGER_RECIPES_DASHBOARD_LIST" description="COM_RECIPEMANAGER_RECIPES_DASHBOARD_LIST_DESC" />
<action name="recipe.version" title="COM_RECIPEMANAGER_RECIPES_EDIT_VERSION" description="COM_RECIPEMANAGER_RECIPES_EDIT_VERSION_DESC" />
<action name="recipe.export" title="COM_RECIPEMANAGER_RECIPES_EXPORT" description="COM_RECIPEMANAGER_RECIPES_EXPORT_DESC" />
<action name="recipe.import" title="COM_RECIPEMANAGER_RECIPES_IMPORT" description="COM_RECIPEMANAGER_RECIPES_IMPORT_DESC" />
<action name="recipe.submenu" title="COM_RECIPEMANAGER_RECIPES_SUBMENU" description="COM_RECIPEMANAGER_RECIPES_SUBMENU_DESC" />
<action name="core.edit.created_by" title="COM_RECIPE_MANAGER_EDIT_CREATED_BY" description="COM_RECIPE_MANAGER_EDIT_CREATED_BY_DESC" />
<action name="core.edit.created" title="COM_RECIPE_MANAGER_EDIT_CREATED_DATE" description="COM_RECIPE_MANAGER_EDIT_CREATED_DATE_DESC" />
<action name="ingredient.access" title="COM_RECIPE_MANAGER_INGREDIENTS_ACCESS" description="COM_RECIPE_MANAGER_INGREDIENTS_ACCESS_DESC" />
<action name="ingredient.batch" title="COM_RECIPE_MANAGER_INGREDIENTS_BATCH_USE" description="COM_RECIPE_MANAGER_INGREDIENTS_BATCH_USE_DESC" />
<action name="ingredient.dashboard_list" title="COM_RECIPE_MANAGER_INGREDIENTS_DASHBOARD_LIST" description="COM_RECIPE_MANAGER_INGREDIENTS_DASHBOARD_LIST_DESC" />
<action name="ingredient.version" title="COM_RECIPE_MANAGER_INGREDIENTS_EDIT_VERSION" description="COM_RECIPE_MANAGER_INGREDIENTS_EDIT_VERSION_DESC" />
<action name="ingredient.export" title="COM_RECIPE_MANAGER_INGREDIENTS_EXPORT" description="COM_RECIPE_MANAGER_INGREDIENTS_EXPORT_DESC" />
<action name="ingredient.import" title="COM_RECIPE_MANAGER_INGREDIENTS_IMPORT" description="COM_RECIPE_MANAGER_INGREDIENTS_IMPORT_DESC" />
<action name="ingredient.submenu" title="COM_RECIPE_MANAGER_INGREDIENTS_SUBMENU" description="COM_RECIPE_MANAGER_INGREDIENTS_SUBMENU_DESC" />
<action name="recipe.access" title="COM_RECIPE_MANAGER_RECIPES_ACCESS" description="COM_RECIPE_MANAGER_RECIPES_ACCESS_DESC" />
<action name="recipe.batch" title="COM_RECIPE_MANAGER_RECIPES_BATCH_USE" description="COM_RECIPE_MANAGER_RECIPES_BATCH_USE_DESC" />
<action name="recipe.dashboard_list" title="COM_RECIPE_MANAGER_RECIPES_DASHBOARD_LIST" description="COM_RECIPE_MANAGER_RECIPES_DASHBOARD_LIST_DESC" />
<action name="recipe.version" title="COM_RECIPE_MANAGER_RECIPES_EDIT_VERSION" description="COM_RECIPE_MANAGER_RECIPES_EDIT_VERSION_DESC" />
<action name="recipe.export" title="COM_RECIPE_MANAGER_RECIPES_EXPORT" description="COM_RECIPE_MANAGER_RECIPES_EXPORT_DESC" />
<action name="recipe.import" title="COM_RECIPE_MANAGER_RECIPES_IMPORT" description="COM_RECIPE_MANAGER_RECIPES_IMPORT_DESC" />
<action name="recipe.submenu" title="COM_RECIPE_MANAGER_RECIPES_SUBMENU" description="COM_RECIPE_MANAGER_RECIPES_SUBMENU_DESC" />
</section>
<section name="ingredient">
<action name="ingredient.version" title="COM_RECIPEMANAGER_INGREDIENTS_EDIT_VERSION" description="COM_RECIPEMANAGER_INGREDIENTS_EDIT_VERSION_DESC" />
<action name="ingredient.version" title="COM_RECIPE_MANAGER_INGREDIENTS_EDIT_VERSION" description="COM_RECIPE_MANAGER_INGREDIENTS_EDIT_VERSION_DESC" />
</section>
<section name="recipe">
<action name="recipe.version" title="COM_RECIPEMANAGER_RECIPES_EDIT_VERSION" description="COM_RECIPEMANAGER_RECIPES_EDIT_VERSION_DESC" />
<action name="recipe.version" title="COM_RECIPE_MANAGER_RECIPES_EDIT_VERSION" description="COM_RECIPE_MANAGER_RECIPES_EDIT_VERSION_DESC" />
</section>
<section name="category.recipes">
<action name="core.create" title="JACTION_CREATE" description="JACTION_CREATE_COMPONENT_DESC" />
Expand Down
6 changes: 3 additions & 3 deletions admin/assets/css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
Vast Development Method
/-------------------------------------------------------------------------------------------------------/
@version 1.0.0
@build 11th December, 2020
@version 1.0.2
@build 14th December, 2020
@created 5th July, 2020
@package Recipe Manager
@subpackage admin.css
@author Oh Martin <https://www.vdm.io>
@copyright Copyright (C) 2020. All Rights Reserved
@license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html
@license GNU General Public License version 2 or later; see LICENSE.txt
____ _____ _____ __ __ __ __ ___ _____ __ __ ____ _____ _ _ ____ _ _ ____
(_ _)( _ )( _ )( \/ )( ) /__\ / __)( _ )( \/ )( _ \( _ )( \( )( ___)( \( )(_ _)
.-_)( )(_)( )(_)( ) ( )(__ /(__)\ ( (__ )(_)( ) ( )___/ )(_)( ) ( )__) ) ( )(
Expand Down
6 changes: 3 additions & 3 deletions admin/assets/css/dashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
Vast Development Method
/-------------------------------------------------------------------------------------------------------/
@version 1.0.0
@build 11th December, 2020
@version 1.0.2
@build 14th December, 2020
@created 5th July, 2020
@package Recipe Manager
@subpackage dashboard.css
@author Oh Martin <https://www.vdm.io>
@copyright Copyright (C) 2020. All Rights Reserved
@license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html
@license GNU General Public License version 2 or later; see LICENSE.txt
____ _____ _____ __ __ __ __ ___ _____ __ __ ____ _____ _ _ ____ _ _ ____
(_ _)( _ )( _ )( \/ )( ) /__\ / __)( _ )( \/ )( _ \( _ )( \( )( ___)( \( )(_ _)
.-_)( )(_)( )(_)( ) ( )(__ /(__)\ ( (__ )(_)( ) ( )___/ )(_)( ) ( )__) ) ( )(
Expand Down
6 changes: 3 additions & 3 deletions admin/assets/css/ingredient.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
Vast Development Method
/-------------------------------------------------------------------------------------------------------/
@version 1.0.0
@build 11th December, 2020
@version 1.0.2
@build 14th December, 2020
@created 5th July, 2020
@package Recipe Manager
@subpackage ingredient.css
@author Oh Martin <https://www.vdm.io>
@copyright Copyright (C) 2020. All Rights Reserved
@license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html
@license GNU General Public License version 2 or later; see LICENSE.txt
____ _____ _____ __ __ __ __ ___ _____ __ __ ____ _____ _ _ ____ _ _ ____
(_ _)( _ )( _ )( \/ )( ) /__\ / __)( _ )( \/ )( _ \( _ )( \( )( ___)( \( )(_ _)
.-_)( )(_)( )(_)( ) ( )(__ /(__)\ ( (__ )(_)( ) ( )___/ )(_)( ) ( )__) ) ( )(
Expand Down
6 changes: 3 additions & 3 deletions admin/assets/css/ingredients.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
Vast Development Method
/-------------------------------------------------------------------------------------------------------/
@version 1.0.0
@build 11th December, 2020
@version 1.0.2
@build 14th December, 2020
@created 5th July, 2020
@package Recipe Manager
@subpackage ingredients.css
@author Oh Martin <https://www.vdm.io>
@copyright Copyright (C) 2020. All Rights Reserved
@license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html
@license GNU General Public License version 2 or later; see LICENSE.txt
____ _____ _____ __ __ __ __ ___ _____ __ __ ____ _____ _ _ ____ _ _ ____
(_ _)( _ )( _ )( \/ )( ) /__\ / __)( _ )( \/ )( _ \( _ )( \( )( ___)( \( )(_ _)
.-_)( )(_)( )(_)( ) ( )(__ /(__)\ ( (__ )(_)( ) ( )___/ )(_)( ) ( )__) ) ( )(
Expand Down
6 changes: 3 additions & 3 deletions admin/assets/css/recipe.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
Vast Development Method
/-------------------------------------------------------------------------------------------------------/
@version 1.0.0
@build 11th December, 2020
@version 1.0.2
@build 14th December, 2020
@created 5th July, 2020
@package Recipe Manager
@subpackage recipe.css
@author Oh Martin <https://www.vdm.io>
@copyright Copyright (C) 2020. All Rights Reserved
@license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html
@license GNU General Public License version 2 or later; see LICENSE.txt
____ _____ _____ __ __ __ __ ___ _____ __ __ ____ _____ _ _ ____ _ _ ____
(_ _)( _ )( _ )( \/ )( ) /__\ / __)( _ )( \/ )( _ \( _ )( \( )( ___)( \( )(_ _)
.-_)( )(_)( )(_)( ) ( )(__ /(__)\ ( (__ )(_)( ) ( )___/ )(_)( ) ( )__) ) ( )(
Expand Down
6 changes: 3 additions & 3 deletions admin/assets/css/recipes.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
Vast Development Method
/-------------------------------------------------------------------------------------------------------/
@version 1.0.0
@build 11th December, 2020
@version 1.0.2
@build 14th December, 2020
@created 5th July, 2020
@package Recipe Manager
@subpackage recipes.css
@author Oh Martin <https://www.vdm.io>
@copyright Copyright (C) 2020. All Rights Reserved
@license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html
@license GNU General Public License version 2 or later; see LICENSE.txt
____ _____ _____ __ __ __ __ ___ _____ __ __ ____ _____ _ _ ____ _ _ ____
(_ _)( _ )( _ )( \/ )( ) /__\ / __)( _ )( \/ )( _ \( _ )( \( )( ___)( \( )(_ _)
.-_)( )(_)( )(_)( ) ( )(__ /(__)\ ( (__ )(_)( ) ( )___/ )(_)( ) ( )__) ) ( )(
Expand Down
6 changes: 3 additions & 3 deletions admin/assets/js/admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
Vast Development Method
/-------------------------------------------------------------------------------------------------------/
@version 1.0.0
@build 11th December, 2020
@version 1.0.2
@build 14th December, 2020
@created 5th July, 2020
@package Recipe Manager
@subpackage admin.js
@author Oh Martin <https://www.vdm.io>
@copyright Copyright (C) 2020. All Rights Reserved
@license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html
@license GNU General Public License version 2 or later; see LICENSE.txt
____ _____ _____ __ __ __ __ ___ _____ __ __ ____ _____ _ _ ____ _ _ ____
(_ _)( _ )( _ )( \/ )( ) /__\ / __)( _ )( \/ )( _ \( _ )( \( )( ___)( \( )(_ _)
.-_)( )(_)( )(_)( ) ( )(__ /(__)\ ( (__ )(_)( ) ( )___/ )(_)( ) ( )__) ) ( )(
Expand Down
36 changes: 18 additions & 18 deletions admin/config.xml
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<config>
<fieldset
addrulepath="/administrator/components/com_recipemanager/models/rules"
addfieldpath="/administrator/components/com_recipemanager/models/fields"
addrulepath="/administrator/components/com_recipe_manager/models/rules"
addfieldpath="/administrator/components/com_recipe_manager/models/fields"
name="global_config"
label="COM_RECIPEMANAGER_CONFIG_GLOBAL_LABEL"
description="COM_RECIPEMANAGER_CONFIG_GLOBAL_DESC">
label="COM_RECIPE_MANAGER_CONFIG_GLOBAL_LABEL"
description="COM_RECIPE_MANAGER_CONFIG_GLOBAL_DESC">
<field
name="check_in"
type="list"
default="0"
label="COM_RECIPEMANAGER_CONFIG_CHECK_TIMER_LABEL"
description="COM_RECIPEMANAGER_CONFIG_CHECK_TIMER_DESC">
label="COM_RECIPE_MANAGER_CONFIG_CHECK_TIMER_LABEL"
description="COM_RECIPE_MANAGER_CONFIG_CHECK_TIMER_DESC">
<option
value="-5 hours">COM_RECIPEMANAGER_CONFIG_CHECK_TIMER_OPTION_ONE</option>
value="-5 hours">COM_RECIPE_MANAGER_CONFIG_CHECK_TIMER_OPTION_ONE</option>
<option
value="-12 hours">COM_RECIPEMANAGER_CONFIG_CHECK_TIMER_OPTION_TWO</option>
value="-12 hours">COM_RECIPE_MANAGER_CONFIG_CHECK_TIMER_OPTION_TWO</option>
<option
value="-1 day">COM_RECIPEMANAGER_CONFIG_CHECK_TIMER_OPTION_THREE</option>
value="-1 day">COM_RECIPE_MANAGER_CONFIG_CHECK_TIMER_OPTION_THREE</option>
<option
value="-2 day">COM_RECIPEMANAGER_CONFIG_CHECK_TIMER_OPTION_FOUR</option>
value="-2 day">COM_RECIPE_MANAGER_CONFIG_CHECK_TIMER_OPTION_FOUR</option>
<option
value="-1 week">COM_RECIPEMANAGER_CONFIG_CHECK_TIMER_OPTION_FIVE</option>
value="-1 week">COM_RECIPE_MANAGER_CONFIG_CHECK_TIMER_OPTION_FIVE</option>
<option
value="0">COM_RECIPEMANAGER_CONFIG_CHECK_TIMER_OPTION_SIX</option>
value="0">COM_RECIPE_MANAGER_CONFIG_CHECK_TIMER_OPTION_SIX</option>
</field>
<field type="spacer" name="spacerAuthor" hr="true" />
<field
Expand All @@ -48,21 +48,21 @@
<field type="spacer" name="spacerHistory" hr="true" />
<field name="autorTitle"
type="spacer"
label="COM_RECIPEMANAGER_CONFIG_AUTHOR"
label="COM_RECIPE_MANAGER_CONFIG_AUTHOR"
/>
<field name="autorName"
type="text"
label="COM_RECIPEMANAGER_CONFIG_AUTHOR_NAME_LABEL"
description="COM_RECIPEMANAGER_CONFIG_AUTHOR_NAME_DESC"
label="COM_RECIPE_MANAGER_CONFIG_AUTHOR_NAME_LABEL"
description="COM_RECIPE_MANAGER_CONFIG_AUTHOR_NAME_DESC"
size="60"
default="Oh Martin"
readonly="true"
class="readonly"
/>
<field name="autorEmail"
type="email"
label="COM_RECIPEMANAGER_CONFIG_AUTHOR_EMAIL_LABEL"
description="COM_RECIPEMANAGER_CONFIG_AUTHOR_EMAIL_DESC"
label="COM_RECIPE_MANAGER_CONFIG_AUTHOR_EMAIL_LABEL"
description="COM_RECIPE_MANAGER_CONFIG_AUTHOR_EMAIL_DESC"
size="60"
default="[email protected]"
readonly="true"
Expand All @@ -80,7 +80,7 @@
class="inputbox"
validate="rules"
filter="rules"
component="com_recipemanager"
component="com_recipe_manager"
section="component"
/>
</fieldset>
Expand Down
Loading

0 comments on commit 79b2e93

Please sign in to comment.