String update es-es and nl. Plus some extra bits, incl .gitignore update with pageheader.html
This commit is contained in:
parent
23c7086605
commit
e51035ba9a
2
.gitignore
vendored
2
.gitignore
vendored
@ -27,6 +27,8 @@ custom/
|
|||||||
apps/
|
apps/
|
||||||
# default startpage
|
# default startpage
|
||||||
home.html
|
home.html
|
||||||
|
# page header plugin
|
||||||
|
pageheader.html
|
||||||
# Ignore site TOS
|
# Ignore site TOS
|
||||||
doc/SiteTOS.md
|
doc/SiteTOS.md
|
||||||
# themes except for redbasic
|
# themes except for redbasic
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
nav, header {
|
nav, header, .pageheader {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
14170
view/es-es/hmessages.po
14170
view/es-es/hmessages.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
14156
view/nl/hmessages.po
14156
view/nl/hmessages.po
File diff suppressed because it is too large
Load Diff
3666
view/nl/hstrings.php
3666
view/nl/hstrings.php
File diff suppressed because it is too large
Load Diff
@ -2,7 +2,7 @@ body {
|
|||||||
background-size: auto;
|
background-size: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.generic-content-wrapper-styled, #profile-jot-wrapper {
|
.generic-content-wrapper-styled {
|
||||||
background-color: rgba(67,72,138,.8);
|
background-color: rgba(67,72,138,.8);
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
}
|
}
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
<div class="generic-content-wrapper-styled">
|
||||||
<h2>{{$title}}</h2>
|
<h2>{{$title}}</h2>
|
||||||
|
|
||||||
|
|
||||||
@ -22,3 +23,4 @@
|
|||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{if $desc}}<div id="group-edit-desc">{{$desc}}</div>{{/if}}
|
{{if $desc}}<div id="group-edit-desc">{{$desc}}</div>{{/if}}
|
||||||
|
</div>
|
||||||
|
Reference in New Issue
Block a user