diff options
author | Jonas Kohl | 2024-10-11 15:08:31 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-10-11 15:08:31 +0200 |
commit | 72061dac58ee44ebd5c26efacb00790ef11aa136 (patch) | |
tree | ce1c2cc8cb435d02d168f12f064dd922f9ec6597 /src/application/views/form_addpost.php | |
parent | 0fb99f2ebb773bbede609946cc1c19955d06b0be (diff) |
Switch from Glyphicons to Fork Awesome
Diffstat (limited to 'src/application/views/form_addpost.php')
-rw-r--r-- | src/application/views/form_addpost.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application/views/form_addpost.php b/src/application/views/form_addpost.php index 2de44c5..4cddc05 100644 --- a/src/application/views/form_addpost.php +++ b/src/application/views/form_addpost.php @@ -27,5 +27,5 @@ if (($_formError = RequestUtils::getAndClearFormError("addpost")) !== null) { ]) ?></label> <input type="file" name="files[]" id="i_files" multiple accept="*/*"> </div> -<button type="submit" class="btn btn-success"><?= __("Post reply") ?> <span class="glyphicon glyphicon-send" aria-hidden="true"></span></button> +<button type="submit" class="btn btn-success"><?= __("Post reply") ?> <span class="fa fa-send" aria-hidden="true"></span></button> </form> |