summaryrefslogtreecommitdiff
path: root/src/application/views/form_newtopic.php
diff options
context:
space:
mode:
authorJonas Kohl <git@jonaskohl.de>2024-09-16 23:13:07 +0200
committerJonas Kohl <git@jonaskohl.de>2024-09-16 23:13:07 +0200
commite79ec21fc8c03262ca4e16b68c08705495b7d2e5 (patch)
tree0a550efa99577c52e23f19213ac4dcbd0ff044c8 /src/application/views/form_newtopic.php
parentf2a5f45355b83540dbb42b3a198a20ec354e0422 (diff)
Theme stuff
Diffstat (limited to 'src/application/views/form_newtopic.php')
-rw-r--r--src/application/views/form_newtopic.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application/views/form_newtopic.php b/src/application/views/form_newtopic.php
index a40f3a6..f701fbb 100644
--- a/src/application/views/form_newtopic.php
+++ b/src/application/views/form_newtopic.php
@@ -33,5 +33,5 @@ if (($_formError = RequestUtils::getAndClearFormError()) !== null) {
]) ?></label>
<input type="file" name="files[]" id="i_files" multiple accept="*/*">
</div>
-<button type="submit" class="btn btn-success"><?= __("Create topic") ?></button>
+<button type="submit" class="btn btn-success"><?= __("Create topic") ?> <span class="glyphicon glyphicon-send" aria-hidden="true"></span></button>
</form>