mirror of https://github.com/ColorlibHQ/AdminLTE
Removed alert from the top of the page
parent
416583c0e0
commit
e0577e6d01
|
@ -100,10 +100,7 @@
|
||||||
|
|
||||||
<!-- Main content -->
|
<!-- Main content -->
|
||||||
<div class="content body">
|
<div class="content body">
|
||||||
<div class="callout callout-warning no-margin bring-up">
|
|
||||||
<h4>Warning!</h4>
|
|
||||||
This documentation is under development. Some information may change as the progress of creating the documentation continues.
|
|
||||||
</div>
|
|
||||||
include "introduction.html"
|
include "introduction.html"
|
||||||
|
|
||||||
<!-- ============================================================= -->
|
<!-- ============================================================= -->
|
||||||
|
|
|
@ -100,10 +100,7 @@
|
||||||
|
|
||||||
<!-- Main content -->
|
<!-- Main content -->
|
||||||
<div class="content body">
|
<div class="content body">
|
||||||
<div class="callout callout-warning no-margin bring-up">
|
|
||||||
<h4>Warning!</h4>
|
|
||||||
This documentation is under development. Some information may change as the progress of creating the documentation continues.
|
|
||||||
</div>
|
|
||||||
<section id='introduction'>
|
<section id='introduction'>
|
||||||
<h2 class='page-header'><a href="#introduction">Introduction</a></h2>
|
<h2 class='page-header'><a href="#introduction">Introduction</a></h2>
|
||||||
<p class='lead'>
|
<p class='lead'>
|
||||||
|
@ -783,7 +780,7 @@ AdminLTE/
|
||||||
|
|
||||||
<h3 id='component-sidebar'>Sidebar</h3>
|
<h3 id='component-sidebar'>Sidebar</h3>
|
||||||
<p class="lead">
|
<p class="lead">
|
||||||
The sidebar used in this page to the left provides an example of what your sidebar should be like.
|
The sidebar used in this page to the left provides an example of what your sidebar should like.
|
||||||
Construction of a sidebar:
|
Construction of a sidebar:
|
||||||
</p>
|
</p>
|
||||||
<pre class="prettyprint">
|
<pre class="prettyprint">
|
||||||
|
@ -968,7 +965,7 @@ AdminLTE/
|
||||||
</div><!-- /.info-box-content -->
|
</div><!-- /.info-box-content -->
|
||||||
</div><!-- /.info-box -->
|
</div><!-- /.info-box -->
|
||||||
</code></pre>
|
</code></pre>
|
||||||
<p class="lead">The only thing you need to change to alternate between these styles is the placement of the bg-* class. For the
|
<p class="lead">The only thing you need to change to alternate between these style is change the placement of the bg-* class. For the
|
||||||
first style apply any bg-* class to the icon itself. For the other style, apply the bg-* class to the info-box div.</p>
|
first style apply any bg-* class to the icon itself. For the other style, apply the bg-* class to the info-box div.</p>
|
||||||
<!-- ===================================================================== -->
|
<!-- ===================================================================== -->
|
||||||
|
|
||||||
|
@ -1160,7 +1157,7 @@ AdminLTE/
|
||||||
<h4>Box Tools</h4>
|
<h4>Box Tools</h4>
|
||||||
<p class="lead">Boxes can contain tools to deploy a specific event or provide simple info. The following examples makes use
|
<p class="lead">Boxes can contain tools to deploy a specific event or provide simple info. The following examples makes use
|
||||||
of multiple AdminLTE components within the header of the box.</p>
|
of multiple AdminLTE components within the header of the box.</p>
|
||||||
<p>AdminLTE data-widget attribute provides boxes with the ability to collapse or to be removed. The buttons
|
<p>AdminLTE data-widget attribute provides boxes with the ability to collapse or be removed. The buttons
|
||||||
are placed in the box-tools which is placed in the box-header.</p>
|
are placed in the box-tools which is placed in the box-header.</p>
|
||||||
<pre class="prettyprint">
|
<pre class="prettyprint">
|
||||||
<-- This will cause the box to be removed when clicked -->
|
<-- This will cause the box to be removed when clicked -->
|
||||||
|
@ -1664,7 +1661,7 @@ AdminLTE/
|
||||||
<p class="lead">Direct Chat Markup</p>
|
<p class="lead">Direct Chat Markup</p>
|
||||||
<pre class="prettyprint"><code class="html">
|
<pre class="prettyprint"><code class="html">
|
||||||
<-- Construct the box with style you want. Here we are using box-danger -->
|
<-- Construct the box with style you want. Here we are using box-danger -->
|
||||||
<-- Then add the class direct-chat and choose the direct-chat-* contextual class -->
|
<-- Then add the class direct-chat and choose the direct-chat-* contexual class -->
|
||||||
<-- The contextual class should match the box, so we are using direct-chat-danger -->
|
<-- The contextual class should match the box, so we are using direct-chat-danger -->
|
||||||
<div class="box box-danger direct-chat direct-chat-danger">
|
<div class="box box-danger direct-chat direct-chat-danger">
|
||||||
<div class="box-header with-border">
|
<div class="box-header with-border">
|
||||||
|
@ -1951,7 +1948,7 @@ AdminLTE/
|
||||||
|
|
||||||
<section id='upgrade'>
|
<section id='upgrade'>
|
||||||
<h2 class='page-header'><a href="#upgrade">Upgrade Guide</a></h2>
|
<h2 class='page-header'><a href="#upgrade">Upgrade Guide</a></h2>
|
||||||
<p class="lead">To upgrade from version 1.x to the latest version, follow this guide.</p>
|
<p class="lead">To upgrade from version 1.x to the lateset version, follow this guide.</p>
|
||||||
<h3>New Files</h3>
|
<h3>New Files</h3>
|
||||||
<p>Make sure you update all CSS and JS files that are related to AdminLTE. Otherwise, the layout will not
|
<p>Make sure you update all CSS and JS files that are related to AdminLTE. Otherwise, the layout will not
|
||||||
function properly. Most important files are AdminLTE.css, skins CSS files, and app.js.</p>
|
function properly. Most important files are AdminLTE.css, skins CSS files, and app.js.</p>
|
||||||
|
|
Loading…
Reference in New Issue