style(legacy): format (#2039)
This commit is contained in:
parent
7082c9693d
commit
1550d44ac5
122 changed files with 18369 additions and 15819 deletions
|
@ -1,13 +1,15 @@
|
|||
<div><!-- jQuery UI changes the styling on the outermost div; use a blank div so as not to break the .wrapper styling-->
|
||||
<div>
|
||||
<!-- jQuery UI changes the styling on the outermost div; use a blank div so as not to break the .wrapper styling-->
|
||||
<div class="wrapper">
|
||||
<div id="media_selector_wrapper">
|
||||
<?php $subnavPrefix = ""; require_once APPLICATION_PATH . "/views/scripts/partialviews/dashboard-sub-nav.php"; ?>
|
||||
<?php $subnavPrefix = "";
|
||||
require_once APPLICATION_PATH . "/views/scripts/partialviews/dashboard-sub-nav.php"; ?>
|
||||
</div>
|
||||
<?php echo $this->csrf ?>
|
||||
|
||||
<div id="library_content" class="lib-content tabs content-pane wide-panel">
|
||||
<div>
|
||||
<h2 id="library_title"><?php echo _("Dashboard")." - " ?><span id="library_filter"></span></h2>
|
||||
<h2 id="library_title"><?php echo _("Dashboard") . " - " ?><span id="library_filter"></span></h2>
|
||||
</div>
|
||||
<div class="panel-header-calendar">
|
||||
<div id="advanced-options" class="btn-group">
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<div id="library_content" class="lib-content tabs content-pane wide-panel">
|
||||
<div>
|
||||
<h2 id="library_title"><?php echo _("Dashboard")." - " ?><span id="library_filter"></span></h2>
|
||||
<h2 id="library_title"><?php echo _("Dashboard") . " - " ?><span id="library_filter"></span></h2>
|
||||
</div>
|
||||
<div class="panel-header">
|
||||
<div id="advanced-options" class="btn-group">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue