From ff05a6efba919744fb2620f25b42458d1150bc3e Mon Sep 17 00:00:00 2001 From: aftercase <74765798+aftercase@users.noreply.github.com> Date: Mon, 16 Aug 2021 16:57:25 +0100 Subject: [PATCH] Made error messages pretty I did a thing. --- theme/bulma/profile.php | 113 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 113 insertions(+) diff --git a/theme/bulma/profile.php b/theme/bulma/profile.php index 717e0d6..2424cb0 100644 --- a/theme/bulma/profile.php +++ b/theme/bulma/profile.php @@ -15,6 +15,119 @@ */ ?> +
+
+
+
+
+

+

username) . '" target="_self">' . $lang['mypastes'] . ''; ?>

+ + ' . $success . ' +
'; + } elseif (isset($error)) { + echo '
+ ' . $error . ' +
'; + } + } + ?> +
+

+
+
+
+
+ +
+ + + + +
+
+
+ +
+ Coming soon +
+
+
+ +
+ + + + +
+
+
+

+
+ +
+ + + + +
+
+
+ +
+ + + + +
+
+
+ +
+ + + + +
+
+
+ +
+
+
+
+
+
+
+ +
+ +
- Bulma theme + * Theme by wsehl (January, 2021) + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 3 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License in GPL.txt for more details. + */ +?> +