Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
7aefb9f8
Commit
7aefb9f8
authored
Jan 22, 2016
by
Ad Schellevis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(legacy) tabs and spaces in fbegin.inc, non functional
parent
3715ac02
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
112 additions
and
127 deletions
+112
-127
fbegin.inc
src/www/fbegin.inc
+112
-127
No files found.
src/www/fbegin.inc
View file @
7aefb9f8
...
...
@@ -95,9 +95,7 @@ if($need_alert_display == true) {
?>
<header
class=
"page-head"
>
<nav
class=
"navbar navbar-default"
role=
"navigation"
>
<div
class=
"container-fluid"
>
<div
class=
"navbar-header"
>
<a
class=
"navbar-brand"
href=
"/index.php"
>
...
...
@@ -111,7 +109,6 @@ if($need_alert_display == true) {
<span
class=
"icon-bar"
></span>
</button>
</div>
<div
class=
"collapse navbar-collapse"
>
<ul
class=
"nav navbar-nav navbar-right"
>
<li
id=
"menu_messages"
>
<?=
get_menu_messages
()
?>
</li>
...
...
@@ -120,11 +117,9 @@ if($need_alert_display == true) {
</div>
</div>
</nav>
</header>
<main
class=
"page-content col-sm-10 col-sm-push-2"
>
<aside
id=
"navigation"
class=
"page-side col-xs-12 col-sm-2 hidden-xs"
>
<div
class=
"row"
>
<nav
class=
"page-side-nav"
role=
"navigation"
>
...
...
@@ -191,19 +186,14 @@ if($need_alert_display == true) {
</nav>
</div>
</aside>
<div
class=
"row"
>
<header
class=
"page-content-head"
>
<div
class=
"container-fluid"
>
<form
action=
"
<?=
$_SERVER
[
'REQUEST_URI'
];
?>
"
method=
"post"
>
<ul
class=
"list-inline"
>
<li
class=
"__mb"
><h1>
<?=
gentitle
(
$menuBreadcrumbs
)
?>
</h1></li>
<li
class=
"btn-group-container"
>
<?php
if
(
isset
(
$service_hook
))
{
$ssvc
=
array
();
switch
(
$service_hook
)
{
...
...
@@ -219,18 +209,13 @@ if($need_alert_display == true) {
echo
get_service_control_links
(
$ssvc
,
false
);
}
}
?>
<?php
if
(
!
empty
(
$main_buttons
))
:
foreach
(
$main_buttons
as
$button
)
:
?>
<a
href=
"
<?=
$button
[
'href'
];
?>
"
class=
"btn btn-primary"
><span
class=
"glyphicon glyphicon-plus-sign __iconspacer"
></span>
<?=
$button
[
'label'
];
?>
</a>
<?php
endforeach
;
endif
;
?>
<?php
if
(
isset
(
$widgetfiles
))
:
?>
<a
href=
"#"
id=
"updatepref"
style=
"display:none"
onclick=
"return updatePref();"
class=
"btn btn-primary"
>
<?=
gettext
(
"Save Settings"
);
?>
</a>
<button
type=
"button"
class=
"btn btn-default"
data-toggle=
"modal"
data-target=
"#modal_widgets"
><span
class=
"glyphicon glyphicon-plus-sign __iconspacer"
></span>
<?=
gettext
(
'Add widget'
)
?>
</button>
<?php
endif
;
?>
</li>
...
...
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