Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
CiviCRM Website
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
69
Issues
69
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Marketing
CiviCRM Website
Commits
57d90128
Commit
57d90128
authored
Jul 04, 2017
by
Nic
Committed by
Aegir user
Jul 04, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Menu, sub-nav & header revisions, plus general css merges
parent
708870ad
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
542 additions
and
395 deletions
+542
-395
themes/civicrm_bootstrap/civicrm_bootstrap.info
themes/civicrm_bootstrap/civicrm_bootstrap.info
+1
-0
themes/civicrm_bootstrap/css/new.css
themes/civicrm_bootstrap/css/new.css
+510
-375
themes/civicrm_bootstrap/templates/page.tpl.php
themes/civicrm_bootstrap/templates/page.tpl.php
+31
-20
No files found.
themes/civicrm_bootstrap/civicrm_bootstrap.info
View file @
57d90128
...
...
@@ -11,6 +11,7 @@ base theme = bootstrap
regions[topnav] = 'Top Navigation'
regions[navigation] = 'Navigation'
regions[subnav] = 'Sub Navigation'
regions[header] = 'Header'
regions[help] = 'Help'
regions[content] = 'Content'
...
...
themes/civicrm_bootstrap/css/new.css
View file @
57d90128
This diff is collapsed.
Click to expand it.
themes/civicrm_bootstrap/templates/page.tpl.php
View file @
57d90128
...
...
@@ -75,22 +75,22 @@
?>
<div
class=
"CiviPage"
>
<header
id=
"navbar"
role=
"banner"
class=
"
<?php
print
$navbar_classes
;
?>
<?php
if
(
!
empty
(
$breadcrumb
))
{
print
'navbar-crumbs'
;
}
?>
"
>
<header
id=
"navbar"
role=
"banner"
class=
"
<?php
print
$navbar_classes
;
?>
<?php
if
(
!
empty
(
$breadcrumb
))
{
print
'navbar-crumbs'
;}
?>
"
>
<?php
if
(
!
empty
(
$page
[
'topnav'
]))
:
?>
<div
id =
"topbar"
>
<div
id =
"topbar"
>
<div
class=
"navbar-collapse collapse"
>
<nav
role=
"navigation"
id=
"navigation"
>
<div
class=
"container"
>
<?php
print
render
(
$page
[
'topnav'
]);
?>
<nav
role=
"navigation"
id=
"navigation"
>
<div
class=
"container"
>
<?php
print
render
(
$page
[
'topnav'
]);
?>
</div>
</nav>
</div>
</nav>
</div>
</div>
<?php
endif
;
?>
<div
class=
"container"
>
<div
class=
"navbar-header"
>
<div
id=
"mainnav"
class=
"container"
>
<div
class=
"navbar-header"
>
<?php
if
(
$logo
)
:
?>
<a
class=
"logo navbar-btn pull-left"
href=
"
<?php
print
$front_page
;
?>
"
title=
"
<?php
print
t
(
'Home'
);
?>
"
>
<img
src=
"
<?php
print
$logo
;
?>
"
alt=
"
<?php
print
t
(
'Home'
);
?>
"
/>
...
...
@@ -121,17 +121,28 @@
<?php
endif
;
?>
</div>
</header>
<header
role=
"banner"
id=
"page-header"
class=
"CiviGreyStripe"
>
<?php
print
render
(
$page
[
'header'
]);
?>
</header>
<!-- /#page-header -->
<?php
if
(
!
empty
(
$page
[
'subnav'
]))
:
?>
<div
id=
"subnav"
>
<div
class=
"navbar-collapse collapse"
>
<nav
role=
"navigation"
id=
"navigation"
>
<div
class=
"container"
>
<?php
print
render
(
$page
[
'subnav'
]);
?>
</div>
</nav>
</div>
</div>
<?php
endif
;
?>
</header>
<section>
<section
class=
"main-body
<?php
if
(
!
empty
(
$page
[
'subnav'
]))
:
?>
with-subnav
<?php
endif
;
?>
"
>
<?php
if
(
!
empty
(
$page
[
'header'
]))
:
?>
<header
role=
"banner"
id=
"page-header"
class=
"CiviGreyStripe"
>
<?php
print
render
(
$page
[
'header'
]);
?>
</header>
<!-- /#page-header -->
<?php
endif
;
?>
<div
class=
"container"
>
<?php
if
(
!
empty
(
$breadcrumb
))
:
?>
<div
class=
"stripe-black"
>
...
...
Write
Preview
Markdown
is supported
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