Added editing feature to custom list fields and improved the buttons to great and edit the list values.

This commit is contained in:
2016-05-07 00:41:41 +01:00
parent 32e3f6b86e
commit e21980bbea
366 changed files with 1428 additions and 659 deletions

View File

@@ -10,7 +10,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.7
@build 4th May, 2016
@build 6th May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage site.css

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.7
@build 4th May, 2016
@build 6th May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage componentbuilder.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.7
@build 4th May, 2016
@build 6th May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage controller.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.7
@build 4th May, 2016
@build 6th May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage help.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.7
@build 4th May, 2016
@build 6th May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage componentbuilder.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.7
@build 4th May, 2016
@build 6th May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage headercheck.php

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.7
@build 4th May, 2016
@build 6th May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage route.php

View File

@@ -1,4 +1,7 @@
COM_COMPONENTBUILDER="Component Builder"
COM_COMPONENTBUILDER_CREATE_NEW_S="Create New %s"
COM_COMPONENTBUILDER_EDIT_S="Edit %s"
COM_COMPONENTBUILDER_NEW="New"
COM_CONTENT_FIELD_MODIFIED_DESC="The last date this item was modified."
JGLOBAL_FIELD_ID_DESC="Record number in the database."
JGLOBAL_FIELD_ID_LABEL="ID"

View File

@@ -11,7 +11,7 @@
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.7
@build 4th May, 2016
@build 6th May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage router.php