Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
hubzilla
core
Commits
5564b47d
Commit
5564b47d
authored
Mar 28, 2017
by
Mario
Browse files
minor bs4 fixes
parent
28ad60f8
Changes
4
Hide whitespace changes
Inline
Side-by-side
view/theme/redbasic/js/redbasic.js
View file @
5564b47d
...
...
@@ -3,7 +3,7 @@
*/
$
(
document
).
ready
(
function
()
{
//this is a hotfix to make collapsible bs panels work again. this needs fixing in
templates
.
//this is a hotfix to make collapsible bs panels work again. this needs fixing in
bootstrap
.
$
(
'
a
'
).
on
(
'
click
'
,
function
(
e
)
{
if
(
$
(
this
).
data
(
'
toggle
'
)
==
'
collapse
'
)
{
e
.
preventDefault
();
...
...
view/tpl/settings.tpl
View file @
5564b47d
...
...
@@ -11,12 +11,12 @@
<div
class=
"panel"
>
<div
class=
"section-subtitle-wrapper"
role=
"tab"
id=
"basic-settings"
>
<h3>
<a
data-toggle=
"collapse"
data-parent=
"#settings"
href=
"#basic-settings-collapse"
aria-expanded=
"true"
aria-controls=
"basic-settings-collapse"
>
<a
data-toggle=
"collapse"
data-parent=
"#settings"
href=
"#basic-settings-collapse"
>
{
{
$h_basic
}
}
</a>
</h3>
</div>
<div
id=
"basic-settings-collapse"
class=
"
panel-
collapse
collapse in
"
role=
"tabpanel"
aria-labelledby=
"basic-settings"
>
<div
id=
"basic-settings-collapse"
class=
"collapse
show
"
role=
"tabpanel"
aria-labelledby=
"basic-settings"
>
<div
class=
"section-content-tools-wrapper"
>
{
{
include
file
=
"field_input.tpl"
field
=
$username
}
}
{
{
include
file
=
"field_select_grouped.tpl"
field
=
$timezone
}
}
...
...
@@ -37,12 +37,12 @@
<div
class=
"panel"
>
<div
class=
"section-subtitle-wrapper"
role=
"tab"
id=
"privacy-settings"
>
<h3>
<a
data-toggle=
"collapse"
data-parent=
"#settings"
href=
"#privacy-settings-collapse"
aria-expanded=
"true"
aria-controls=
"privacy-settings-collapse"
>
<a
data-toggle=
"collapse"
data-parent=
"#settings"
href=
"#privacy-settings-collapse"
>
{
{
$h_prv
}
}
</a>
</h3>
</div>
<div
id=
"privacy-settings-collapse"
class=
"
panel-collapse
collapse"
role=
"tabpanel"
aria-labelledby=
"privacy-settings"
>
<div
id=
"privacy-settings-collapse"
class=
"collapse"
role=
"tabpanel"
aria-labelledby=
"privacy-settings"
>
<div
class=
"section-content-tools-wrapper"
>
{
{
if
$server_role
!=
'basic'
}
}
{
{
include
file
=
"field_select_grouped.tpl"
field
=
$role
}
}
...
...
@@ -100,12 +100,12 @@
<div
class=
"panel"
>
<div
class=
"section-subtitle-wrapper"
role=
"tab"
id=
"notification-settings"
>
<h3>
<a
data-toggle=
"collapse"
data-parent=
"#settings"
href=
"#notification-settings-collapse"
aria-expanded=
"true"
aria-controls=
"notification-settings-collapse"
>
<a
data-toggle=
"collapse"
data-parent=
"#settings"
href=
"#notification-settings-collapse"
>
{
{
$h_not
}
}
</a>
</h3>
</div>
<div
id=
"notification-settings-collapse"
class=
"
panel-collapse
collapse"
role=
"tabpanel"
aria-labelledby=
"notification-settings"
>
<div
id=
"notification-settings-collapse"
class=
"collapse"
role=
"tabpanel"
aria-labelledby=
"notification-settings"
>
<div
class=
"section-content-tools-wrapper"
>
<div
id=
"settings-notifications"
>
<h3>
{
{
$activity_options
}
}
</h3>
...
...
@@ -162,7 +162,7 @@
</a>
</h3>
</div>
<div
id=
"miscellaneous-settings-collapse"
class=
"
panel-collapse
collapse"
role=
"tabpanel"
aria-labelledby=
"miscellaneous-settings"
>
<div
id=
"miscellaneous-settings-collapse"
class=
"collapse"
role=
"tabpanel"
aria-labelledby=
"miscellaneous-settings"
>
<div
class=
"section-content-tools-wrapper"
>
{
{
if
$menus
}
}
<div
class=
"form-group channel-menu"
>
...
...
view/tpl/settings_display.tpl
View file @
5564b47d
...
...
@@ -15,7 +15,7 @@
</a>
</h3>
</div>
<div
id=
"theme-settings-content"
class=
"
panel-
collapse
collapse in
"
role=
"tabpanel"
aria-labelledby=
"theme-settings"
>
<div
id=
"theme-settings-content"
class=
"collapse
show
"
role=
"tabpanel"
aria-labelledby=
"theme-settings"
>
<div
class=
"section-content-tools-wrapper"
>
{
{
if
$theme
}
}
{
{
include
file
=
"field_themeselect.tpl"
field
=
$theme
}
}
...
...
@@ -41,7 +41,7 @@
</a>
</h3>
</div>
<div
id=
"custom-settings-content"
class=
"
panel-collapse
collapse{
{
if
!
$theme
&&
!
$mobile_theme
}
} in{
{/
if
}
}"
role=
"tabpanel"
aria-labelledby=
"custom-settings"
>
<div
id=
"custom-settings-content"
class=
"collapse{
{
if
!
$theme
&&
!
$mobile_theme
}
} in{
{/
if
}
}"
role=
"tabpanel"
aria-labelledby=
"custom-settings"
>
<div
class=
"section-content-tools-wrapper"
>
{
{
if
$theme_config
}
}
{
{
$theme_config
}
}
...
...
@@ -57,7 +57,7 @@
</a>
</h3>
</div>
<div
id=
"content-settings-content"
class=
"
panel-collapse
collapse{
{
if
!
$theme
&&
!
$mobile_theme
&&
!
$theme_config
}
} in{
{/
if
}
}"
role=
"tabpanel"
aria-labelledby=
"content-settings"
>
<div
id=
"content-settings-content"
class=
"collapse{
{
if
!
$theme
&&
!
$mobile_theme
&&
!
$theme_config
}
} in{
{/
if
}
}"
role=
"tabpanel"
aria-labelledby=
"content-settings"
>
<div
class=
"section-content-wrapper"
>
{
{
include
file
=
"field_input.tpl"
field
=
$ajaxint
}
}
{
{
include
file
=
"field_input.tpl"
field
=
$itemspage
}
}
...
...
view/tpl/settings_features.tpl
View file @
5564b47d
...
...
@@ -14,7 +14,7 @@
</a>
</h3>
</div>
<div
id=
"{
{
$g
}
}-settings-content"
class=
"
panel-collapse
collapse{
{
if
$g
==
'general'
}
}
in
{
{/
if
}
}"
role=
"tabpanel"
aria-labelledby=
"{
{
$g
}
}-settings-title"
>
<div
id=
"{
{
$g
}
}-settings-content"
class=
"collapse{
{
if
$g
==
'general'
}
}
show
{
{/
if
}
}"
role=
"tabpanel"
aria-labelledby=
"{
{
$g
}
}-settings-title"
>
<div
class=
"section-content-tools-wrapper"
>
{
{
foreach
$f.1
as
$fcat
}
}
{
{
include
file
=
"field_checkbox.tpl"
field
=
$fcat
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment