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
0b3e9df0
Commit
0b3e9df0
authored
Dec 10, 2014
by
Jos Schellevis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
index changes
parent
04f5d72a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
index.php
usr/local/www/index.php
+9
-8
No files found.
usr/local/www/index.php
View file @
0b3e9df0
...
...
@@ -276,7 +276,6 @@ function addWidget(selectedDiv){
container.show();
showSave();
state.val('show');
}
function configureWidget(selectedDiv){
...
...
@@ -324,7 +323,6 @@ function closeWidget(selectedDiv){
state = $('#'+selectedDiv+'-config');
showSave();
widget.hide();
state.val('close');
}
...
...
@@ -431,8 +429,7 @@ echo $jscriptstr;
<div
class=
"container-fluid"
>
<div
class=
"row"
>
<form
action=
"
<?=
$_SERVER
[
'REQUEST_URI'
];
?>
"
method=
"post"
id=
"iform"
>
<input
type=
"hidden"
value=
""
name=
"sequence"
id=
"sequence"
/>
<?php
/* Print package server mismatch warning. See https://redmine.pfsense.org/issues/484 */
if
(
!
verify_all_package_servers
())
...
...
@@ -533,7 +530,8 @@ echo $jscriptstr;
?>
<section
class=
"col-xs-12 col-md-6 widgetdiv"
id=
"
<?php
echo
$widgetname
;
?>
"
style=
"display:
<?php
echo
$divdisplay
;
?>
;"
>
<div
class=
"content-box"
>
<form
action=
"
<?=
$_SERVER
[
'REQUEST_URI'
];
?>
"
method=
"post"
id=
"iform"
>
<input
type=
"hidden"
value=
""
name=
"sequence"
id=
"sequence"
/>
<header
class=
"content-box-head container-fluid"
>
<ul
class=
"list-inline __nomb"
>
...
...
@@ -564,6 +562,7 @@ echo $jscriptstr;
}
?>
</h3></li>
<li
class=
"pull-right"
>
<div
class=
"btn-group"
>
<button
type=
"button"
class=
"btn btn-default btn-xs"
title=
"minimize"
id=
"
<?php
echo
$widgetname
;
?>
-min"
onclick=
'return minimizeWidget("
<?php
echo
$widgetname
;
?>
",true)'
style=
"display:
<?php
echo
$mindiv
;
?>
;"
><span
class=
"glyphicon glyphicon-minus"
></span></button>
...
...
@@ -578,10 +577,11 @@ echo $jscriptstr;
</li>
</ul>
</header>
</form>
<div
class=
"content-box-main collapse in"
id=
"
<?php
echo
$widgetname
;
?>
-container"
style=
"display:
<?=
$mindiv
;
?>
"
>
<input
type=
"hidden"
value=
"
<?php
echo
$inputdisplay
;
?>
"
id=
"
<?php
echo
$widgetname
;
?>
-config"
name=
"
<?php
echo
$widgetname
;
?>
-config"
/>
<?php
if
(
$divdisplay
!=
"block"
)
{
?>
<div
id=
"
<?php
echo
$widgetname
;
?>
-loader"
style=
"display:
<?php
echo
$display
;
?>
;"
align=
"center"
>
<br
/>
...
...
@@ -599,8 +599,9 @@ echo $jscriptstr;
</div>
</div>
</section>
<?
}
//end foreach ?>
</
form
>
</
div
>
</
div
>
</
section
>
...
...
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