diff options
Diffstat (limited to 'templates/mime/video/admin.tpl')
| -rw-r--r-- | templates/mime/video/admin.tpl | 6 |
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"> |
