diff --git a/src/components/com_weblinks/forms/weblink.xml b/src/components/com_weblinks/forms/weblink.xml index 93ee1af..aae32f6 100644 --- a/src/components/com_weblinks/forms/weblink.xml +++ b/src/components/com_weblinks/forms/weblink.xml @@ -7,7 +7,6 @@ label="WEBLINK_ID_LABEL" readonly="true" required="true" - size="10" default="0" /> @@ -23,9 +22,7 @@ name="title" type="text" label="JGLOBAL_TITLE" - description="COM_WEBLINKS_FIELD_TITLE_DESC" required="true" - size="30" /> @@ -64,7 +60,6 @@ name="catid" type="categoryedit" label="JCATEGORY" - description="COM_WEBLINKS_FIELD_CATEGORY_DESC" extension="com_weblinks" required="true" /> @@ -73,18 +68,14 @@ name="url" type="url" label="COM_WEBLINKS_FIELD_URL_LABEL" - description="COM_WEBLINKS_FIELD_URL_DESC" filter="url" required="true" - size="45" /> @@ -100,17 +91,13 @@ name="version_note" type="text" label="JGLOBAL_FIELD_VERSION_NOTE_LABEL" - description="JGLOBAL_FIELD_VERSION_NOTE_DESC" - class="inputbox" - size="45" - labelclass="control-label" + maxlength="255" /> @@ -125,9 +112,7 @@ name="robots" type="hidden" label="JFIELD_METADATA_ROBOTS_LABEL" - description="JFIELD_METADATA_ROBOTS_DESC" filter="unset" - labelclass="control-label" > @@ -140,31 +125,21 @@ name="author" type="hidden" label="JAUTHOR" - description="JFIELD_METADATA_AUTHOR_DESC" filter="unset" - size="20" - labelclass="control-label" /> diff --git a/src/components/com_weblinks/tmpl/categories/default.xml b/src/components/com_weblinks/tmpl/categories/default.xml index 396c898..e267f66 100644 --- a/src/components/com_weblinks/tmpl/categories/default.xml +++ b/src/components/com_weblinks/tmpl/categories/default.xml @@ -1,11 +1,11 @@ - + - + @@ -13,8 +13,8 @@
- - -
- - - - + +
+ + + + - + - - - - - - - + + + + + + + - + - - - - + + + + - - - - + + + + - - - - -
+ + + + +
-
- - - - +
+ + + + - - - - + + + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - - - + + + + - - - - + + + + - - - - + + + + -
+
-
- - - - +
+ + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - - + + + + + - - - - -
+ + + + +
-
+ diff --git a/src/components/com_weblinks/tmpl/categories/default_items.php b/src/components/com_weblinks/tmpl/categories/default_items.php index 374999a..d32f762 100644 --- a/src/components/com_weblinks/tmpl/categories/default_items.php +++ b/src/components/com_weblinks/tmpl/categories/default_items.php @@ -18,39 +18,39 @@ if ($this->maxLevelcat != 0 && count($this->items[$this->parent->id]) > 0) : ?> items[$this->parent->id] as $id => $item) : ?> params->get('show_empty_categories_cat') || $item->numitems || count($item->getChildren())) : ?> - + - \ No newline at end of file + diff --git a/src/components/com_weblinks/tmpl/category/default.xml b/src/components/com_weblinks/tmpl/category/default.xml index 486e8f8..f0a0ec4 100644 --- a/src/components/com_weblinks/tmpl/category/default.xml +++ b/src/components/com_weblinks/tmpl/category/default.xml @@ -1,19 +1,19 @@ - + - +
- - JSHOW - JSHOW - JSHOW - - JSHOW - JSHOW - JSHOW - JSHOW - JSHOW - JSHOW - JSHOW - JGLOBAL_AUTO -
- - +
diff --git a/src/components/com_weblinks/tmpl/category/default_children.php b/src/components/com_weblinks/tmpl/category/default_children.php index 6cb5b97..cb18799 100644 --- a/src/components/com_weblinks/tmpl/category/default_children.php +++ b/src/components/com_weblinks/tmpl/category/default_children.php @@ -16,25 +16,25 @@ use Joomla\Component\Weblinks\Site\Helper\RouteHelper; if ($this->maxLevel != 0 && count($this->children[$this->category->id]) > 0) : ?> - diff --git a/src/components/com_weblinks/tmpl/category/default_items.php b/src/components/com_weblinks/tmpl/category/default_items.php index 9f38c7d..1e8c5fc 100644 --- a/src/components/com_weblinks/tmpl/category/default_items.php +++ b/src/components/com_weblinks/tmpl/category/default_items.php @@ -13,9 +13,10 @@ use Joomla\CMS\Factory; use Joomla\CMS\HTML\HTMLHelper; use Joomla\CMS\Language\Text; use Joomla\CMS\Layout\FileLayout; +use Joomla\CMS\Layout\LayoutHelper; use Joomla\CMS\Uri\Uri; -// HTMLHelper::_('behavior.framework'); +HTMLHelper::_('behavior.core'); // Create a shortcut for params. $params = &$this->category->params; @@ -36,140 +37,166 @@ $listDirn = $this->escape($this->state->get('list.direction')); items)) : ?>

+ - - + + +