Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117819057
D2599.1775289750.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
4 KB
Referenced Files
None
Subscribers
None
D2599.1775289750.diff
View Options
diff --git a/src/resources/themes/default/_variables.scss b/src/resources/themes/default/_variables.scss
deleted file mode 100644
--- a/src/resources/themes/default/_variables.scss
+++ /dev/null
@@ -1,20 +0,0 @@
-// Body
-$body-bg: #fff;
-
-// Typography
-$font-family-sans-serif: 'Nunito', sans-serif;
-$font-size-base: 0.9rem;
-$line-height-base: 1.5;
-
-// Colors
-$orange: #f1a539;
-$light: #f6f5f3;
-
-// App colors
-$menu-bg-color: $light;
-$menu-gray: #575656;
-$main-color: $orange;
-$warning: $orange;
-
-$table-hover-bg: $menu-bg-color;
-$table-head-bg: $menu-bg-color;
\ No newline at end of file
diff --git a/src/resources/themes/default/app.scss b/src/resources/themes/default/app.scss
--- a/src/resources/themes/default/app.scss
+++ b/src/resources/themes/default/app.scss
@@ -1,5 +1,4 @@
-@import 'variables';
-
+@import '../variables';
@import '../bootstrap';
@import '../menu';
@import '../meet';
diff --git a/src/resources/themes/default/document.scss b/src/resources/themes/default/document.scss
--- a/src/resources/themes/default/document.scss
+++ b/src/resources/themes/default/document.scss
@@ -1,3 +1,3 @@
// Variables
-@import 'variables';
+@import '../variables';
@import '../document';
diff --git a/src/resources/themes/default/lang/de/support.php b/src/resources/themes/default/lang/de/support.php
deleted file mode 100644
--- a/src/resources/themes/default/lang/de/support.php
+++ /dev/null
@@ -1,7 +0,0 @@
-<?php
-
-return [
-
- 'btn' => "Kontaktieren Sie Support",
-
-];
\ No newline at end of file
diff --git a/src/resources/themes/default/lang/en/support.php b/src/resources/themes/default/lang/en/support.php
--- a/src/resources/themes/default/lang/en/support.php
+++ b/src/resources/themes/default/lang/en/support.php
@@ -2,6 +2,10 @@
return [
- 'btn' => "Contact Support",
+ 'title' => "Contact Support",
+ 'text1' => "Our technical support team is here to provide help, should you run into issues."
+ . " You won’t have to talk to computers or navigate voice menus, but have actual human beings answering you personally.",
+ 'text2' => "This support is already included in your subscription fee, so there are no further costs for you."
+ . " If you have issues with your :site account, or questions about our product before you sign up, please contact us.",
-];
\ No newline at end of file
+];
diff --git a/src/resources/themes/default/pages/support.blade.php b/src/resources/themes/default/pages/support.blade.php
--- a/src/resources/themes/default/pages/support.blade.php
+++ b/src/resources/themes/default/pages/support.blade.php
@@ -1,21 +1,14 @@
<div id="support" class="card">
<div class="card-body">
- <h3 class="card-title text-center">Contact Support</h3>
+ <h3 class="card-title text-center">@lang('theme::support.title')</h3>
<p class="card-text text-justify">
- Our technical support team is here to provide help, should you run
- into issues. You won’t have to talk to computers or navigate voice
- menus, but have actual human beings answering you personally.
+ @lang('theme::support.text1')
<br />
<br />
- This support is already included in your subscription fee, so
- there are no further costs for you. If you have issues with your
- Kolab Now account, or questions about our product before you sign
- up, please contact us.
+ @lang('theme::support.text2', ['site' => config('app.name')])
</p>
- </div>
- <div class="card-footer text-center">
- <a href="/support/contact" class="btn btn-info">@lang('theme::support.btn')</a>
- </div>
- </div>
+ </div>
+ <div class="card-footer text-center">
+ <a href="/support/contact" class="btn btn-primary">@lang('theme::support.title')</a>
</div>
</div>
diff --git a/src/resources/themes/menu.scss b/src/resources/themes/menu.scss
--- a/src/resources/themes/menu.scss
+++ b/src/resources/themes/menu.scss
@@ -40,7 +40,8 @@
}
#footer-menu {
- background-color: $main-color;
+ color: $menu-footer-color;
+ background-color: $menu-footer-bg-color;
height: 100px;
overflow: hidden;
padding: 0;
@@ -59,7 +60,6 @@
.footer {
text-align: right;
- color: #fff;
font-size: 0.75rem;
padding: 0 0.5rem;
}
diff --git a/src/resources/themes/variables.scss b/src/resources/themes/variables.scss
new file mode 100644
--- /dev/null
+++ b/src/resources/themes/variables.scss
@@ -0,0 +1,15 @@
+// Body
+$body-bg: #fff;
+
+// Typography
+$font-family-sans-serif: 'Nunito', sans-serif;
+$font-size-base: 0.9rem;
+$line-height-base: 1.5;
+
+$main-color: #007bff;
+
+// App colors
+$menu-bg-color: #f8f9fa;
+$menu-footer-color: #fff;
+$menu-footer-bg-color: #aaa;
+$menu-gray: #575656;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 4, 8:02 AM (10 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18820450
Default Alt Text
D2599.1775289750.diff (4 KB)
Attached To
Mode
D2599: Improve themes, add some scss vars, add missing localization for the default theme
Attached
Detach File
Event Timeline