summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2026-04-06 15:23:17 +0100
committerlsces <lester@lsces.co.uk>2026-04-06 15:23:17 +0100
commit50b73ac69d819335f49b31012258289c9e5f4fc7 (patch)
tree522d99a913b972d5bfdd52cf5a53c51fa15aafd5 /templates
parent65ec671c9c0d7a63f1c8ab9cfa6e6b31d891e664 (diff)
downloadthemes-50b73ac69d819335f49b31012258289c9e5f4fc7.tar.gz
themes-50b73ac69d819335f49b31012258289c9e5f4fc7.tar.bz2
themes-50b73ac69d819335f49b31012258289c9e5f4fc7.zip
Tidying links to bitweaver.org to avoid redirect from http
Diffstat (limited to 'templates')
-rwxr-xr-xtemplates/admin_columns.tpl2
-rwxr-xr-xtemplates/admin_layout.tpl6
-rwxr-xr-x[-rw-r--r--]templates/admin_themes_manager.tpl2
3 files changed, 5 insertions, 5 deletions
diff --git a/templates/admin_columns.tpl b/templates/admin_columns.tpl
index cc9a865..4d9bf28 100755
--- a/templates/admin_columns.tpl
+++ b/templates/admin_columns.tpl
@@ -8,7 +8,7 @@
<p class="help">
{tr}Here you can pick the layout of the site style. this will basically rearrange the positions of the three columns.
<br />Please note that not all styles support this method of layout selection. Themes that support the style layout selection have a note of it in the description.
- <br />For more information on the layouts and how to tweak them, please visit the <a class="external" href="http://www.bitweaver.org/wiki/ThemeLayouts">ThemeLayouts</a>{/tr}
+ <br />For more information on the layouts and how to tweak them, please visit the <a class="external" href="https://www.bitweaver.org/wiki/ThemeLayouts">ThemeLayouts</a>{/tr}
</p>
{legend legend="Theme Layout"}
diff --git a/templates/admin_layout.tpl b/templates/admin_layout.tpl
index 18e65bd..3e64aaa 100755
--- a/templates/admin_layout.tpl
+++ b/templates/admin_layout.tpl
@@ -186,13 +186,13 @@
{formhelp note="Here you can enter any additional parameters the module might need. Use the http query string form, e.g. foo=123&amp;bar=ABC (optional)"}
{foreach key=pkg item=modules from=$allModules}
{foreach key=value item=module from=$modules}
- {if $module.params}
+ {if !empty($module.params)}
<table id="themes_params_help_{$value}" class="themes_params_help" style="display:none">
<tr>
<th colspan=2 style="text-align:left">Options for {$module.title|default:''}</th>
</tr>
{foreach key=param item=data from=$module.params|default:[]}
- {if $data.help}
+ {if !empty($data.help)}
<tr>
<td style="font-weight:bold; padding-right:4px">{$param}</td>
<td>{$data.help}</td>
@@ -212,7 +212,7 @@
{forminput}
<select multiple="multiple" size="5" name="roles[]" id="roles">
{foreach from=$roles key=roleId item=role}
- <option value="{$roleId}" {if $role.selected eq 'y'}selected="selected"{/if}>{$role.role_name}</option>
+ <option value="{$roleId}" {if $role.selected ?? 'n' eq 'y'}selected="selected"{/if}>{$role.role_name}</option>
{/foreach}
</select>
{formhelp note="Select the roles of users who can see this module. If you select no role, the module will be visible to all users."}
diff --git a/templates/admin_themes_manager.tpl b/templates/admin_themes_manager.tpl
index 978482f..75207e8 100644..100755
--- a/templates/admin_themes_manager.tpl
+++ b/templates/admin_themes_manager.tpl
@@ -49,7 +49,7 @@
{jstab title="Icon Theme"}
{legend legend="Pick Icon Theme"}
<p class="help">
- Icon themes can be downloaded from <a class="external" href="http://art.gnome.org/themes/icon/">Gnome</a> or <a class="external" href="http://www.kde-look.org/?xcontentmode=27">KDE</a> as long as they adhere to the <a class="external" href="http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html">Icon Naming Specifications</a>. For more information, please visit <a class="external" href="http://www.bitweaver.org/wiki/IconThemes">IconThemes</a>.
+ Icon themes can be downloaded from <a class="external" href="http://art.gnome.org/themes/icon/">Gnome</a> or <a class="external" href="http://www.kde-look.org/?xcontentmode=27">KDE</a> as long as they adhere to the <a class="external" href="http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html">Icon Naming Specifications</a>. For more information, please visit <a class="external" href="https://www.bitweaver.org/wiki/IconThemes">IconThemes</a>.
</p>
<p class="help">
If you are a developer and you want to view a list of available icons, you can do this with the {smartlink ititle="Icon Browser" ifile="icon_browser.php"}.