From 72061dac58ee44ebd5c26efacb00790ef11aa136 Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Fri, 11 Oct 2024 15:08:31 +0200 Subject: Switch from Glyphicons to Fork Awesome --- src/application/views/alert_error.php | 2 +- src/application/views/form_addpost.php | 2 +- src/application/views/form_newtopic.php | 2 +- src/application/views/form_register.php | 2 +- src/application/views/nav_guest.php | 2 +- src/application/views/nav_logged_in.php | 6 +++--- src/application/views/view_logintoreply.php | 2 +- src/application/views/view_post.php | 18 ++++++++-------- src/application/views/view_search_results.php | 6 +++--- src/application/views/view_topic_locked.php | 2 +- src/application/views/view_topic_start.php | 30 +++++++++++++-------------- src/application/views/view_topiclog.php | 6 +++--- src/application/views/view_topics.php | 4 ++-- src/application/views/view_user.php | 6 +++--- 14 files changed, 45 insertions(+), 45 deletions(-) (limited to 'src/application/views') diff --git a/src/application/views/alert_error.php b/src/application/views/alert_error.php index acdb295..e3b48ba 100644 --- a/src/application/views/alert_error.php +++ b/src/application/views/alert_error.php @@ -5,6 +5,6 @@ else $message = htmlentities($message); ?> 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) { ]) ?> - + diff --git a/src/application/views/form_newtopic.php b/src/application/views/form_newtopic.php index 0850c84..d1d7e44 100644 --- a/src/application/views/form_newtopic.php +++ b/src/application/views/form_newtopic.php @@ -34,5 +34,5 @@ if (($_formError = RequestUtils::getAndClearFormError("newtopic")) !== null) { ]) ?> - + diff --git a/src/application/views/form_register.php b/src/application/views/form_register.php index 23f470d..54da2c4 100644 --- a/src/application/views/form_register.php +++ b/src/application/views/form_register.php @@ -59,7 +59,7 @@ if (($_formError = RequestUtils::getAndClearFormError("register")) !== null) {
- +
diff --git a/src/application/views/nav_guest.php b/src/application/views/nav_guest.php index 88a7015..95c236e 100644 --- a/src/application/views/nav_guest.php +++ b/src/application/views/nav_guest.php @@ -15,7 +15,7 @@ if ($GLOBALS["action"] === "login") ?> diff --git a/src/application/views/view_logintoreply.php b/src/application/views/view_logintoreply.php index 11e0e1e..1b5983a 100644 --- a/src/application/views/view_logintoreply.php +++ b/src/application/views/view_logintoreply.php @@ -1,7 +1,7 @@
" class="btn btn-success"> - +
\ No newline at end of file diff --git a/src/application/views/view_post.php b/src/application/views/view_post.php index 0f86896..b41f418 100644 --- a/src/application/views/view_post.php +++ b/src/application/views/view_post.php @@ -38,7 +38,7 @@ $is_op = $postAuthor?->id === $topicAuthor?->id && $postAuthor?->id !== null;
- +
@@ -66,17 +66,17 @@ $is_op = $postAuthor?->id === $topicAuthor?->id && $postAuthor?->id !== null;
- + - + - +
- +
@@ -87,7 +87,7 @@ $is_op = $postAuthor?->id === $topicAuthor?->id && $postAuthor?->id !== null; displayName) ?> - " class="text-info glyphicon glyphicon-comment"> + " class="text-info fa fa-user-circle"> @@ -115,9 +115,9 @@ $is_op = $postAuthor?->id === $topicAuthor?->id && $postAuthor?->id !== null; video-attachment" href="?_action=attachment&attachment=id)) ?>" title="name) ?>" data-attachment-id="id) ?>"> - + mimeType, "video/")): ?> - + @@ -134,7 +134,7 @@ $is_op = $postAuthor?->id === $topicAuthor?->id && $postAuthor?->id !== null; - + name) ?> diff --git a/src/application/views/view_search_results.php b/src/application/views/view_search_results.php index 55af213..93e36f7 100644 --- a/src/application/views/view_search_results.php +++ b/src/application/views/view_search_results.php @@ -14,14 +14,14 @@ use mystic\forum\utils\StringUtils; ?> - + content)), 100))) ?>
'' . htmlentities($users[$post->authorId]?->displayName ?? __("unknown")) . '', "post_date" => '' . htmlentities($post->postDate->format("c")) . '', "topic" => '' - . ($topics[$post->topicId]?->isLocked ? ' ' : '') + . ($topics[$post->topicId]?->isLocked ? ' ' : '') . htmlentities($topics[$post->topicId]?->title ?? "unknown") . '', ]) ?>
@@ -29,7 +29,7 @@ use mystic\forum\utils\StringUtils;
- +
diff --git a/src/application/views/view_topic_locked.php b/src/application/views/view_topic_locked.php index ac59fcb..b3eb99e 100644 --- a/src/application/views/view_topic_locked.php +++ b/src/application/views/view_topic_locked.php @@ -1,4 +1,4 @@
- +
diff --git a/src/application/views/view_topic_start.php b/src/application/views/view_topic_start.php index fe85afa..cc04ca9 100644 --- a/src/application/views/view_topic_start.php +++ b/src/application/views/view_topic_start.php @@ -24,8 +24,8 @@ $canDelete = ($GLOBALS["currentUser"]?->id === $topicAuthor->id && $topicAuthor- @@ -36,14 +36,14 @@ $canDelete = ($GLOBALS["currentUser"]?->id === $topicAuthor->id && $topicAuthor- @@ -68,7 +68,7 @@ $canDelete = ($GLOBALS["currentUser"]?->id === $topicAuthor->id && $topicAuthor- @@ -84,7 +84,7 @@ $canDelete = ($GLOBALS["currentUser"]?->id === $topicAuthor->id && $topicAuthor- @@ -126,35 +126,35 @@ if (($_formError = RequestUtils::getAndClearFormError("locktopic")) !== null) {
isLocked): ?> - + title) ?>
isLocked): ?> - + - + isLocked): ?>
- +
- +
- +
@@ -172,8 +172,8 @@ if (($_formError = RequestUtils::getAndClearFormError("locktopic")) !== null) {
- - + +
diff --git a/src/application/views/view_topiclog.php b/src/application/views/view_topiclog.php index be3f78d..291dada 100644 --- a/src/application/views/view_topiclog.php +++ b/src/application/views/view_topiclog.php @@ -33,7 +33,7 @@ if ($postAuthor === null) {
type === TopicLogMessage::LOCKED): ?>
- + $user, ]) ?> @@ -42,7 +42,7 @@ if ($postAuthor === null) {
type === TopicLogMessage::UNLOCKED): ?>
- + $user, ]) ?> @@ -51,7 +51,7 @@ if ($postAuthor === null) {
type === TopicLogMessage::TITLE_CHANGED): ?>
- + $user, "old_title" => '' . htmlentities($logMessage->params["old_value"] ?? __("unknown")) . '', diff --git a/src/application/views/view_topics.php b/src/application/views/view_topics.php index a762f8c..8a94775 100644 --- a/src/application/views/view_topics.php +++ b/src/application/views/view_topics.php @@ -6,7 +6,7 @@ use mystic\forum\orm\UserPermissions; if ($GLOBALS["currentUser"]?->hasPermission(UserPermissions::CREATE_OWN_TOPIC)): ?>

- +

- +
-- cgit v1.2.3