diff options
| author | lsces <lester@lsces.co.uk> | 2026-04-06 15:22:31 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2026-04-06 15:22:31 +0100 |
| commit | 1abcf18a376a1d5debb2350dbf79ea61fb368014 (patch) | |
| tree | 9c440bdcd3f1e4cd90e97a128256aa991611c23b /templates | |
| parent | df1fdc5fc2f777b8d9b54107fa0ab4555a630698 (diff) | |
| download | liberty-1abcf18a376a1d5debb2350dbf79ea61fb368014.tar.gz liberty-1abcf18a376a1d5debb2350dbf79ea61fb368014.tar.bz2 liberty-1abcf18a376a1d5debb2350dbf79ea61fb368014.zip | |
Tidying links to bitweaver.org to avoid redirect from http
Diffstat (limited to 'templates')
| -rwxr-xr-x | templates/admin_plugins.tpl | 2 | ||||
| -rwxr-xr-x | templates/edit_help_inc.tpl | 2 | ||||
| -rwxr-xr-x[-rw-r--r--] | templates/mime/audio/admin.tpl | 2 | ||||
| -rwxr-xr-x[-rw-r--r--] | templates/mime/video/admin.tpl | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/templates/admin_plugins.tpl b/templates/admin_plugins.tpl index eb84555..372c314 100755 --- a/templates/admin_plugins.tpl +++ b/templates/admin_plugins.tpl @@ -27,7 +27,7 @@ <dt> <div class="pull-right actionicon"> {if !empty( $plugin.help_page )} - {jspopup href="http://www.bitweaver.org/wiki/`$plugin.help_page`" ibiticon="icons/dialog-information" title=$plugin.help_page class="external"} + {jspopup href="https://www.bitweaver.org/wiki/`$plugin.help_page`" ibiticon="icons/dialog-information" title=$plugin.help_page class="external"} {/if} {if !empty( $plugin.plugin_settings_url )} <a href="{$plugin.plugin_settings_url}">{booticon iname="fa-pen-to-square" iexplain="Plugin Settings"}</a> diff --git a/templates/edit_help_inc.tpl b/templates/edit_help_inc.tpl index fb61224..0364c99 100755 --- a/templates/edit_help_inc.tpl +++ b/templates/edit_help_inc.tpl @@ -4,7 +4,7 @@ <h4>{tr}Syntax and input format help{/tr}</h4> {foreach from=$formatplugins item=p} <h5>{if !empty($p.format_help)}<a href="#{$p.plugin_guid}">{/if}{$p.edit_label} Help{if !empty($p.format_help)}</a>{/if}</h5> - {$p.description} {if $p.help_page}{tr}To view syntax help, please visit {jspopup href="http://www.bitweaver.org/wiki/index.php?page=`$p.help_page`" title=$p.help_page class=external}.{/tr}{/if} + {$p.description} {if $p.help_page}{tr}To view syntax help, please visit {jspopup href="https://www.bitweaver.org/wiki/index.php?page=`$p.help_page`" title=$p.help_page class=external}.{/tr}{/if} {/foreach} {foreach from=$formatplugins item=p} diff --git a/templates/mime/audio/admin.tpl b/templates/mime/audio/admin.tpl index 4d903c2..d97ab6d 100644..100755 --- a/templates/mime/audio/admin.tpl +++ b/templates/mime/audio/admin.tpl @@ -7,7 +7,7 @@ <div class="body"> {form legend="Flashvideo specific settings"} <p class="formhelp"> - You can find some information relating to this plugin on the <a class="external" href="http://www.bitweaver.org/wiki/LibertyMime+Flv+Plugin">LibertyMime Flv Plugin page</a> at bitweaver.org. + You can find some information relating to this plugin on the <a class="external" href="https://www.bitweaver.org/wiki/LibertyMime+Flv+Plugin">LibertyMime Flv Plugin page</a> at bitweaver.org. </p> {if !$gLibertySystem->isPluginActive( 'mimeaudio' )} diff --git a/templates/mime/video/admin.tpl b/templates/mime/video/admin.tpl index 4a1f04d..1300a5a 100644..100755 --- a/templates/mime/video/admin.tpl +++ b/templates/mime/video/admin.tpl @@ -7,7 +7,7 @@ <div class="body"> {form legend="Flashvideo specific settings"} <p class="formhelp"> - You can find some information relating to this plugin on the <a class="external" href="http://www.bitweaver.org/wiki/LibertyMime+Flv+Plugin">LibertyMime Flv Plugin page</a> at bitweaver.org. + You can find some information relating to this plugin on the <a class="external" href="https://www.bitweaver.org/wiki/LibertyMime+Flv+Plugin">LibertyMime Flv Plugin page</a> at bitweaver.org. </p> {if $ffmpeg_extension} |
