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 -->
|
||||
<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"
|
||||
|
||||
<!-- ============================================================= -->
|
||||
|
|
|
@ -100,10 +100,7 @@
|
|||
|
||||
<!-- Main content -->
|
||||
<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'>
|
||||
<h2 class='page-header'><a href="#introduction">Introduction</a></h2>
|
||||
<p class='lead'>
|
||||
|
@ -783,7 +780,7 @@ AdminLTE/
|
|||
|
||||
<h3 id='component-sidebar'>Sidebar</h3>
|
||||
<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:
|
||||
</p>
|
||||
<pre class="prettyprint">
|
||||
|
@ -968,7 +965,7 @@ AdminLTE/
|
|||
</div><!-- /.info-box-content -->
|
||||
</div><!-- /.info-box -->
|
||||
</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>
|
||||
<!-- ===================================================================== -->
|
||||
|
||||
|
@ -1160,7 +1157,7 @@ AdminLTE/
|
|||
<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
|
||||
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>
|
||||
<pre class="prettyprint">
|
||||
<-- This will cause the box to be removed when clicked -->
|
||||
|
@ -1664,7 +1661,7 @@ AdminLTE/
|
|||
<p class="lead">Direct Chat Markup</p>
|
||||
<pre class="prettyprint"><code class="html">
|
||||
<-- 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 -->
|
||||
<div class="box box-danger direct-chat direct-chat-danger">
|
||||
<div class="box-header with-border">
|
||||
|
@ -1951,7 +1948,7 @@ AdminLTE/
|
|||
|
||||
<section id='upgrade'>
|
||||
<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>
|
||||
<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>
|
||||
|
|
Loading…
Reference in New Issue