summaryrefslogtreecommitdiff
path: root/templates/mime/video
diff options
context:
space:
mode:
authorspiderr <spiderr@bitweaver.org>2022-07-31 13:17:49 -0400
committerspiderr <spiderr@bitweaver.org>2022-07-31 13:17:49 -0400
commit2b0af82ff2bc26392ee60f46582261857e58360d (patch)
tree7f948b83337091d24d743864b725f87248809070 /templates/mime/video
parent4d415ad270ac2cb61e464e5bad64348ccab70ab8 (diff)
downloadliberty-2b0af82ff2bc26392ee60f46582261857e58360d.tar.gz
liberty-2b0af82ff2bc26392ee60f46582261857e58360d.tar.bz2
liberty-2b0af82ff2bc26392ee60f46582261857e58360d.zip
migrate from font-awesome 3.2.1 icon- to 6.1.2 fa-
Diffstat (limited to 'templates/mime/video')
-rw-r--r--templates/mime/video/admin.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/mime/video/admin.tpl b/templates/mime/video/admin.tpl
index a1874c2..4a1f04d 100644
--- a/templates/mime/video/admin.tpl
+++ b/templates/mime/video/admin.tpl
@@ -12,11 +12,11 @@
{if $ffmpeg_extension}
<p class="success">
- {booticon iname="icon-ok" iexplain="OK"} {tr}The <a class="external" href="http://ffmpeg-php.sourceforge.net/">ffmpeg-php</a> extension is available.{/tr}
+ {booticon iname="fa-check" iexplain="OK"} {tr}The <a class="external" href="http://ffmpeg-php.sourceforge.net/">ffmpeg-php</a> extension is available.{/tr}
</p>
{else}
<p class="warning">
- {booticon iname="icon-warning-sign" iexplain="Warning"} {tr}If possible, please install the <a class="external" href="http://ffmpeg-php.sourceforge.net/">ffmpeg-php</a> php extension. This plugin will work without the extension but many features will not work well such as video recognition and mp4 uploads.{/tr}
+ {booticon iname="fa-triangle-exclamation" iexplain="Warning"} {tr}If possible, please install the <a class="external" href="http://ffmpeg-php.sourceforge.net/">ffmpeg-php</a> php extension. This plugin will work without the extension but many features will not work well such as video recognition and mp4 uploads.{/tr}
</p>
{/if}
@@ -149,7 +149,7 @@
</div>
<p class="warning">
- {booticon iname="icon-warning-sign" iexplain="Warning"} {tr}ffmpeg has a habit of changing the API when releasing new versions. Due to the demand for new features and the tendency to use cutting edge versions of ffmpeg it is very difficult to keep track of these API changes.{/tr}
+ {booticon iname="fa-triangle-exclamation" iexplain="Warning"} {tr}ffmpeg has a habit of changing the API when releasing new versions. Due to the demand for new features and the tendency to use cutting edge versions of ffmpeg it is very difficult to keep track of these API changes.{/tr}
</p>
<div class="form-group">