aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-04-13 13:04:43 +0000
committerMario <mario@mariovavti.com>2021-04-13 13:04:43 +0000
commitb899ed3d6407e7219bf5eb025e76caeb6b39e50d (patch)
tree540ba84a13bc9c55c803a1b941cd8bc4c18b8dbb /view
parente4adb881cb32b4e24bb7b6975afe0f4651f61945 (diff)
downloadvolse-hubzilla-b899ed3d6407e7219bf5eb025e76caeb6b39e50d.tar.gz
volse-hubzilla-b899ed3d6407e7219bf5eb025e76caeb6b39e50d.tar.bz2
volse-hubzilla-b899ed3d6407e7219bf5eb025e76caeb6b39e50d.zip
register: change some strings and add new template
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/css/style.css11
-rw-r--r--view/tpl/regate_post.tpl16
2 files changed, 26 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 7e7f33d8e..8b336ff6d 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1328,6 +1328,14 @@ img.mail-conv-sender-photo {
border-bottom: 3px solid $comment_item_colour;
}
+.section-content-success-wrapper {
+ padding: 21px 10px;
+ color: #155724;
+ background-color: #d4edda;
+ border-bottom: 3px solid $comment_item_colour;
+ text-align: center;
+}
+
.section-content-info-wrapper {
padding: 21px 10px;
color: #0c5460;
@@ -1351,7 +1359,8 @@ img.mail-conv-sender-photo {
border-bottom: 3px solid $comment_item_colour;
text-align: center;
}
-
+.section-content-tools-wrapper .section-content-success-wrapper,
+.section-content-wrapper .section-content-success-wrapper,
.section-content-tools-wrapper .section-content-info-wrapper,
.section-content-wrapper .section-content-info-wrapper,
.section-content-tools-wrapper .section-content-warning-wrapper,
diff --git a/view/tpl/regate_post.tpl b/view/tpl/regate_post.tpl
new file mode 100644
index 000000000..eccea9084
--- /dev/null
+++ b/view/tpl/regate_post.tpl
@@ -0,0 +1,16 @@
+<div class="generic-content-wrapper">
+ <div class="section-title-wrapper">
+ <h2>{{$title}}</h2>
+ </div>
+ <div class="section-content-wrapper">
+ <div class="section-content-success-wrapper">
+ <div class="h3"><i class="fa fa-check"></i> {{$strings.0}}</div>
+ </div>
+ <div class="section-content-warning-wrapper">
+ {{$strings.2}}
+ </div>
+ <div class="section-content-info-wrapper">
+ <div class="h3">{{$strings.1}} {{$id}}</div>
+ </div>
+ </div>
+</div>