Compare commits

...

21 Commits

Author SHA1 Message Date
Abdullah Almsaeed
797b65b3ca Compile less and minify js 2016-10-19 11:34:25 -04:00
Abdullah Almsaeed
5b14053e35 Update version number 2016-10-19 11:30:41 -04:00
Abdullah Almsaeed
1a89a2feab Merge pull request #1160 from antoniocambados/antoniocambados-patch-1158
Update sidebar.less
2016-09-12 16:23:06 -04:00
Abdullah Almsaeed
060f79063e Merge branch 'rickysang-master' 2016-09-12 16:22:01 -04:00
Abdullah Almsaeed
159887612e merge pull request #1165 2016-09-12 16:21:52 -04:00
Abdullah Almsaeed
e207c9c0c8 Merge pull request #1166 from liamgall/master
Fix link to dashboard in widgets page
2016-09-12 16:18:09 -04:00
Abdullah Almsaeed
be18803032 Merge pull request #1178 from mortonfox/patch-1
Fix link to changelog
2016-09-12 16:16:36 -04:00
Abdullah Almsaeed
79bd17075e Merge pull request #1184 from leoncheek/master
Fix sidebar angle rotate issue
2016-09-05 12:44:23 -04:00
Leon Cheek
30f9916802 Fix sidebar li.active fa-angle-left rotate. 2016-09-04 23:43:26 +08:00
Morton Fox
5170c4f8ea Fix link to changelog 2016-09-01 00:32:40 -04:00
Kihwan Kim
09a8974ab7 Merge pull request #1 from liamgall/liamgall-patch-1
changed index2.html to ../index2.html
2016-08-20 14:43:20 +09:00
Kihwan Kim
e989db685e changed index2.html to ../index2.html
it send me to file:///~~~/AdminLTE-2.3.6/pages/index2.html
so can't find page.

changed "index2.html" to "../index2.html"
2016-08-20 14:38:44 +09:00
rickysang
87cba5d352 Fix issue #1008 2016-08-19 18:19:40 +08:00
Antonio Cambados
8f0a652055 Update sidebar.less
Fixes https://github.com/almasaeed2010/AdminLTE/issues/1158: expandable indicators of sidebar's expandable menu items didn't toggle (rotate) upon expansion.
2016-08-11 08:47:38 +02:00
Abdullah Almsaeed
be11566d95 Update changelog 2016-08-04 19:22:06 -04:00
Abdullah Almsaeed
d4877677ab Update version 2016-08-04 19:20:57 -04:00
Abdullah Almsaeed
98400d1498 Use markdown in the changelog file 2016-08-04 19:17:03 -04:00
Abdullah Almsaeed
1bffa9fd44 Patch for issue #1098 2016-08-04 19:12:52 -04:00
Abdullah Almsaeed
7d78453e8a Update support emails 2016-07-16 07:13:49 -04:00
Abdullah Almsaeed
16bb613abe Merge pull request #1096 from nobusugi246/fix_css_content_too_large
min-height of .content is too large.
2016-07-03 11:27:15 -04:00
nobusugi246
13f3036479 min-height of .content is too large. 2016-07-03 11:27:07 +09:00
47 changed files with 111 additions and 80 deletions

View File

@@ -102,7 +102,7 @@ AdminLTE 1.x can be easily upgraded to 2.x using [this guide](https://almsaeedst
Change log
----------
**For the most recent change log, visit the [releases page](https://github.com/almasaeed2010/AdminLTE/releases) or the [changelog file](https://github.com/almasaeed2010/AdminLTE/blob/master/changelog).** We will add a detailed release notes to each new release.
**For the most recent change log, visit the [releases page](https://github.com/almasaeed2010/AdminLTE/releases) or the [changelog file](https://github.com/almasaeed2010/AdminLTE/blob/master/changelog.md).** We will add a detailed release notes to each new release.
Image Credits
-------------

View File

@@ -2,7 +2,7 @@
"name": "AdminLTE",
"homepage": "http://almsaeedstudio.com",
"authors": [
"Abdullah Almsaeed <support@almsaeedstudio.com>"
"Abdullah Almsaeed <abdullah@almsaeedstudio.com>"
],
"description": "Admin dashboard and control panel template",
"main": [

View File

@@ -1,5 +1,5 @@
/*!
* AdminLTE v2.3.5
* AdminLTE v2.3.7
* Author: Almsaeed Studio
* Website: Almsaeed Studio <http://almsaeedstudio.com>
* License: Open source - MIT

View File

@@ -29,7 +29,8 @@
label {
color: @green;
}
.form-control {
.form-control,
.input-group-addon {
border-color: @green;
box-shadow: none;
}
@@ -42,7 +43,8 @@
label {
color: @yellow;
}
.form-control {
.form-control,
.input-group-addon {
border-color: @yellow;
box-shadow: none;
}
@@ -55,7 +57,8 @@
label {
color: @red;
}
.form-control {
.form-control,
.input-group-addon {
border-color: @red;
box-shadow: none;
}

View File

@@ -113,6 +113,7 @@
padding: 10px 25px 10px 15px;
font-size: 12px;
}
li > a > .fa-angle-left,
li > a > .pull-right-container > .fa-angle-left {
width: auto;
height: auto;
@@ -120,6 +121,7 @@
margin-right: 10px;
}
li.active {
> a > .fa-angle-left,
> a > .pull-right-container > .fa-angle-left {
.rotate(-90deg);
}
@@ -150,6 +152,8 @@
width: 20px;
}
> .pull-right-container > .fa-angle-left,
> .pull-right-container > .fa-angle-down,
> .fa-angle-left,
> .fa-angle-down {
width: auto;
}

View File

@@ -1,12 +1,34 @@
CHANGE LOG:
v2.4.5:
### CHANGE LOG:
**v2.3.7**
- Merge pull request #1160 from antoniocambados/antoniocambados-patch-1158
- Merge branch 'rickysang-master'
- merge pull request #1165
- Merge pull request #1166 from liamgall/master
- Merge pull request #1178 from mortonfox/patch-1
- Merge pull request #1184 from leoncheek/master
- Fix sidebar li.active fa-angle-left rotate.
- Fix link to changelog
- Merge pull request #1 from liamgall/liamgall-patch-1
- changed index2.html to ../index2.html
- Fix issue #1008
- Update sidebar.less
**v2.3.6:**
- Update version
- Use markdown in the changelog file
- Patch for issue #1098
- Update support emails
- Merge pull request #1096 from nobusugi246/fix_css_content_too_large
- min-height of .content is too large.
**v2.3.5:**
- Fix issue #1097
- Remove changelog from readme and specify new source
- Merge pull request #1040 from OskarStark/patch-1
- Update package.json version
- updated changelog with already released versions
v2.3.4
**v2.3.4:**
- Fix issue #1093
- Fix issue #427 by updating slimscroll
- Fix isse #683
@@ -46,7 +68,7 @@ v2.3.4
- Add notification for changelog
- Remove sidebar click handler, before assigning one
v2.3.3
**v2.3.3:**
- Update version number
- Merge pull request #976 from suvjunmd/markup
- Merge pull request #983 from johnberberich/fix-help-block-validation
@@ -94,22 +116,22 @@ v2.3.3
- added npm install to readme
- added main property to package.json
v2.3.2
**v2.3.2:**
- Fix issue #752 (badges, labels and arrows didn't align on sidebar menu properly on FireFox)
v2.3.1:
**v2.3.1:**
- Fix sidebar issue #676
- Fix BootLint warnings and errors
- Minor bug fixes and code reformat
v2.3.0:
**v2.3.0:**
- Added social widgets (found in the widgets page)
- Added profile page
- Fix issue #430 (requires ```.hold-transition``` to be added to ```<body>```)
- Fix issue #578
- Fix issue #579
v2.2.1:
**v2.2.1:**
- Bug Fixes
- Removed many ```!important``` statements in css
- Activate boxWidget automatically when created after the page has loaded
@@ -121,19 +143,19 @@ v2.2.1:
- Added Clean to Grunt tasks (remove unwanted files like uncompressed images)
- Updated Bootstrap to 3.3.5
v2.2.0:
**v2.2.0:**
- Bug fixes
- Added support for [Select2](https://select2.github.io/)
- Updated ChartJS
v2.1.2:
**v2.1.2:**
- Added explicit BoxWidget activation function issue #450
- Crushed some bugs
v2.1.1:
**v2.1.1:**
- Fix version error
v2.1.0:
**v2.1.0:**
- Update Ion Icons
- Added right sidebar ```.control-sidebar```
- Control sidebar has 2 open effects: slide over content and push content
@@ -146,13 +168,13 @@ v2.1.0:
- Added expand on hover option for sidebar mini
- Added fixed control sidebar layout
v2.0.5:
**v2.0.5:**
- Fixed issue #288
v2.0.4:
**v2.0.4:**
- Fixed bower.json to pick up newest release.
v2.0.3:
**v2.0.3:**
- Bug fixes
- Fixed extra page when printing issue #264
- Updated documentation and fixed links scrolling issue
@@ -160,16 +182,16 @@ v2.0.3:
- Fixed sidebar stretching issue #275
- Fixed checkbox out of bounds issue in WYSIHTML5 editor.
v2.0.2:
**v2.0.2:**
- Solved issue with hidden arrow in select inputs.
v2.0.1:
**v2.0.1:**
- Updated README.md
- Fixed versioning issue in CSS, LESS, and JS
- Updated box-shadow for boxes
- Updated docs
v2.0.0
**v2.0.0:**
- Major layout bug fixes
- Change in layout mark up
- Added transitions to the sidebar

View File

@@ -16,7 +16,7 @@
"authors": [
{
"name": "Abdullah Almsaeed",
"email": "support@almsaeedstudio.com"
"email": "abdullah@almsaeedstudio.com"
}
],
"license": "MIT",

15
dist/css/AdminLTE.css vendored
View File

@@ -1,6 +1,6 @@
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);
/*!
* AdminLTE v2.3.5
* AdminLTE v2.3.7
* Author: Almsaeed Studio
* Website: Almsaeed Studio <http://almsaeedstudio.com>
* License: Open source - MIT
@@ -536,12 +536,14 @@ a:focus {
padding: 10px 25px 10px 15px;
font-size: 12px;
}
.sidebar-menu li > a > .fa-angle-left,
.sidebar-menu li > a > .pull-right-container > .fa-angle-left {
width: auto;
height: auto;
padding: 0;
margin-right: 10px;
}
.sidebar-menu li.active > a > .fa-angle-left,
.sidebar-menu li.active > a > .pull-right-container > .fa-angle-left {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
@@ -575,6 +577,8 @@ a:focus {
width: 20px;
}
.sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-left,
.sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-down,
.sidebar-menu .treeview-menu > li > a > .fa-angle-left,
.sidebar-menu .treeview-menu > li > a > .fa-angle-down {
width: auto;
}
@@ -1266,7 +1270,8 @@ a:focus {
.form-group.has-success label {
color: #00a65a;
}
.form-group.has-success .form-control {
.form-group.has-success .form-control,
.form-group.has-success .input-group-addon {
border-color: #00a65a;
box-shadow: none;
}
@@ -1276,7 +1281,8 @@ a:focus {
.form-group.has-warning label {
color: #f39c12;
}
.form-group.has-warning .form-control {
.form-group.has-warning .form-control,
.form-group.has-warning .input-group-addon {
border-color: #f39c12;
box-shadow: none;
}
@@ -1286,7 +1292,8 @@ a:focus {
.form-group.has-error label {
color: #dd4b39;
}
.form-group.has-error .form-control {
.form-group.has-error .form-control,
.form-group.has-error .input-group-addon {
border-color: #dd4b39;
box-shadow: none;
}

File diff suppressed because one or more lines are too long

4
dist/js/app.js vendored
View File

@@ -6,8 +6,8 @@
*
* @Author Almsaeed Studio
* @Support <http://www.almsaeedstudio.com>
* @Email <support@almsaeedstudio.com>
* @version 2.3.5
* @Email <abdullah@almsaeedstudio.com>
* @version 2.3.7
* @license MIT <http://opensource.org/licenses/MIT>
*/

4
dist/js/app.min.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -7,7 +7,7 @@
<ul>
<li><b>AdminLTE is based on <a href="http://getbootstrap.com/" target="_blank">Bootstrap 3</a>.</b> If you are unfamiliar with Bootstrap, visit their website and read through the documentation. All of Bootstrap components have been modified to fit the style of AdminLTE and provide a consistent look throughout the template. This way, we guarantee you will get the best of AdminLTE.</li>
<li><b>Go through the pages that are bundled with the theme.</b> Most of the template example pages contain quick tips on how to create or use a component which can be really helpful when you need to create something on the fly.</li>
<li><b>Documentation.</b> We are trying our best to make your experience with AdminLTE be smooth. One way to achieve that is to provide documentation and support. If you think that something is missing from the documentation, please do not hesitate to create an issue to tell us about it. Also, if you would like to contribute, email the support team at <a href="mailto:support@almsaeedstudio.com">support@almsaeedstudio.com</a>.</li>
<li><b>Documentation.</b> We are trying our best to make your experience with AdminLTE be smooth. One way to achieve that is to provide documentation and support. If you think that something is missing from the documentation, please do not hesitate to create an issue to tell us about it.</li>
<li><b>Built with <a href="http://lesscss.org/" target="_blank">LESS</a>.</b> This theme uses the LESS compiler to make it easier to customize and use. LESS is easy to learn if you know CSS or SASS. It is not necessary to learn LESS but it will benefit you a lot in the future.</li>
<li><b>Hosted on <a href="https://github.com/almasaeed2010/AdminLTE/" target="_blank">GitHub</a>.</b> Visit our GitHub repository to view issues, make requests, or contribute to the project.</li>
</ul>

View File

@@ -158,7 +158,7 @@ include "license.html"
<footer class="main-footer">
<div class="pull-right hidden-xs">
<b>Version</b> 2.3.5
<b>Version</b> 2.3.7
</div>
<strong>Copyright &copy; 2014-2016 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights reserved.
</footer>

View File

@@ -194,7 +194,7 @@ AdminLTE/
<ul>
<li><b>AdminLTE is based on <a href="http://getbootstrap.com/" target="_blank">Bootstrap 3</a>.</b> If you are unfamiliar with Bootstrap, visit their website and read through the documentation. All of Bootstrap components have been modified to fit the style of AdminLTE and provide a consistent look throughout the template. This way, we guarantee you will get the best of AdminLTE.</li>
<li><b>Go through the pages that are bundled with the theme.</b> Most of the template example pages contain quick tips on how to create or use a component which can be really helpful when you need to create something on the fly.</li>
<li><b>Documentation.</b> We are trying our best to make your experience with AdminLTE be smooth. One way to achieve that is to provide documentation and support. If you think that something is missing from the documentation, please do not hesitate to create an issue to tell us about it. Also, if you would like to contribute, email the support team at <a href="mailto:support@almsaeedstudio.com">support@almsaeedstudio.com</a>.</li>
<li><b>Documentation.</b> We are trying our best to make your experience with AdminLTE be smooth. One way to achieve that is to provide documentation and support. If you think that something is missing from the documentation, please do not hesitate to create an issue to tell us about it.</li>
<li><b>Built with <a href="http://lesscss.org/" target="_blank">LESS</a>.</b> This theme uses the LESS compiler to make it easier to customize and use. LESS is easy to learn if you know CSS or SASS. It is not necessary to learn LESS but it will benefit you a lot in the future.</li>
<li><b>Hosted on <a href="https://github.com/almasaeed2010/AdminLTE/" target="_blank">GitHub</a>.</b> Visit our GitHub repository to view issues, make requests, or contribute to the project.</li>
</ul>
@@ -878,12 +878,7 @@ AdminLTE/
&LT;li class="active">&LT;a href="#">&LT;span>Link&LT;/span>&LT;/a>&LT;&LT;/li>
&LT;li>&LT;a href="#">&LT;span>Another Link&LT;/span>&LT;/a>&LT;/li>
&LT;li class="treeview">
&LT;a href="#">
&LT;span>Multilevel&LT;/span>
&LT;span class="pull-right-container">
&LT;i class="fa fa-angle-left pull-right">&LT;/i>
&LT;/span>
&LT;/a>
&LT;a href="#">&LT;span>Multilevel&LT;/span> &LT;i class="fa fa-angle-left pull-right">&LT;/i>&LT;/a>
&LT;ul class="treeview-menu">
&LT;li>&LT;a href="#">Link in level 2&LT;/a>&LT;/li>
&LT;li>&LT;a href="#">Link in level 2&LT;/a>&LT;/li>
@@ -2135,7 +2130,7 @@ AdminLTE/
<footer class="main-footer">
<div class="pull-right hidden-xs">
<b>Version</b> 2.3.5
<b>Version</b> 2.3.7
</div>
<strong>Copyright &copy; 2014-2016 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights reserved.
</footer>

View File

@@ -1015,7 +1015,7 @@
<!-- /.content-wrapper -->
<footer class="main-footer">
<div class="pull-right hidden-xs">
<b>Version</b> 2.3.5
<b>Version</b> 2.3.7
</div>
<strong>Copyright &copy; 2014-2016 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights
reserved.

View File

@@ -1330,7 +1330,7 @@
<footer class="main-footer">
<div class="pull-right hidden-xs">
<b>Version</b> 2.3.5
<b>Version</b> 2.3.7
</div>
<strong>Copyright &copy; 2014-2016 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights
reserved.

View File

@@ -1,6 +1,6 @@
{
"name": "admin-lte",
"version": "2.3.5",
"version": "2.3.6",
"main": "dist/js/app.min.js",
"repository": {
"type": "git",

View File

@@ -1493,7 +1493,7 @@
<!-- /.content-wrapper -->
<footer class="main-footer">
<div class="pull-right hidden-xs">
<b>Version</b> 2.3.5
<b>Version</b> 2.3.7
</div>
<strong>Copyright &copy; 2014-2016 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights
reserved.

View File

@@ -1441,7 +1441,7 @@
<!-- /.content-wrapper -->
<footer class="main-footer">
<div class="pull-right hidden-xs">
<b>Version</b> 2.3.5
<b>Version</b> 2.3.7
</div>
<strong>Copyright &copy; 2014-2016 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights
reserved.

View File

@@ -2816,7 +2816,7 @@
<!-- /.content-wrapper -->
<footer class="main-footer">
<div class="pull-right hidden-xs">
<b>Version</b> 2.3.5
<b>Version</b> 2.3.7
</div>
<strong>Copyright &copy; 2014-2016 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights
reserved.

View File

@@ -684,7 +684,7 @@
<footer class="main-footer">
<div class="pull-right hidden-xs">
<b>Version</b> 2.3.5
<b>Version</b> 2.3.7
</div>
<strong>Copyright &copy; 2014-2016 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights
reserved.

View File

@@ -607,7 +607,7 @@
<footer class="main-footer">
<div class="pull-right hidden-xs">
<b>Version</b> 2.3.5
<b>Version</b> 2.3.7
</div>
<strong>Copyright &copy; 2014-2016 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights
reserved.

View File

@@ -688,7 +688,7 @@
<footer class="main-footer">
<div class="pull-right hidden-xs">
<b>Version</b> 2.3.5
<b>Version</b> 2.3.7
</div>
<strong>Copyright &copy; 2014-2016 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights
reserved.

View File

@@ -590,7 +590,7 @@
<footer class="main-footer">
<div class="pull-right hidden-xs">
<b>Version</b> 2.3.5
<b>Version</b> 2.3.7
</div>
<strong>Copyright &copy; 2014-2016 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights
reserved.

View File

@@ -492,7 +492,7 @@
<!-- /.content-wrapper -->
<footer class="main-footer">
<div class="pull-right hidden-xs">
<b>Version</b> 2.3.5
<b>Version</b> 2.3.7
</div>
<strong>Copyright &copy; 2014-2016 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights
reserved.

View File

@@ -635,7 +635,7 @@
<!-- /.content-wrapper -->
<footer class="main-footer">
<div class="pull-right hidden-xs">
<b>Version</b> 2.3.5
<b>Version</b> 2.3.7
</div>
<strong>Copyright &copy; 2014-2016 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights
reserved.

View File

@@ -873,7 +873,7 @@
<!-- /.content-wrapper -->
<footer class="main-footer">
<div class="pull-right hidden-xs">
<b>Version</b> 2.3.5
<b>Version</b> 2.3.7
</div>
<strong>Copyright &copy; 2014-2016 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights
reserved.

View File

@@ -605,7 +605,7 @@
<!-- /.content-wrapper -->
<footer class="main-footer">
<div class="pull-right hidden-xs">
<b>Version</b> 2.3.5
<b>Version</b> 2.3.7
</div>
<strong>Copyright &copy; 2014-2016 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights
reserved.

View File

@@ -540,7 +540,7 @@
<!-- /.content-wrapper -->
<footer class="main-footer">
<div class="pull-right hidden-xs">
<b>Version</b> 2.3.5
<b>Version</b> 2.3.7
</div>
<strong>Copyright &copy; 2014-2016 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights
reserved.

View File

@@ -541,7 +541,7 @@
<!-- /.content-wrapper -->
<footer class="main-footer">
<div class="pull-right hidden-xs">
<b>Version</b> 2.3.5
<b>Version</b> 2.3.7
</div>
<strong>Copyright &copy; 2014-2016 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights
reserved.

View File

@@ -435,7 +435,7 @@
<footer class="main-footer">
<div class="pull-right hidden-xs">
<b>Version</b> 2.3.5
<b>Version</b> 2.3.7
</div>
<strong>Copyright &copy; 2014-2016 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights
reserved.

View File

@@ -670,7 +670,7 @@
<!-- /.content-wrapper -->
<footer class="main-footer no-print">
<div class="pull-right hidden-xs">
<b>Version</b> 2.3.5
<b>Version</b> 2.3.7
</div>
<strong>Copyright &copy; 2014-2016 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights
reserved.

View File

@@ -448,7 +448,7 @@
<footer class="main-footer">
<div class="pull-right hidden-xs">
<b>Version</b> 2.3.5
<b>Version</b> 2.3.7
</div>
<strong>Copyright &copy; 2014-2016 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights
reserved.

View File

@@ -869,7 +869,7 @@
<!-- /.content-wrapper -->
<footer class="main-footer">
<div class="pull-right hidden-xs">
<b>Version</b> 2.3.5
<b>Version</b> 2.3.7
</div>
<strong>Copyright &copy; 2014-2016 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights
reserved.

View File

@@ -917,7 +917,7 @@
<!-- /.content-wrapper -->
<footer class="main-footer">
<div class="pull-right hidden-xs">
<b>Version</b> 2.3.5
<b>Version</b> 2.3.7
</div>
<strong>Copyright &copy; 2014-2016 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights
reserved.

View File

@@ -569,7 +569,7 @@
<!-- /.content-wrapper -->
<footer class="main-footer">
<div class="pull-right hidden-xs">
<b>Version</b> 2.3.5
<b>Version</b> 2.3.7
</div>
<strong>Copyright &copy; 2014-2016 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights
reserved.

View File

@@ -900,7 +900,7 @@
<!-- /.content-wrapper -->
<footer class="main-footer">
<div class="pull-right hidden-xs">
<b>Version</b> 2.3.5
<b>Version</b> 2.3.7
</div>
<strong>Copyright &copy; 2014-2016 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights
reserved.

View File

@@ -436,7 +436,7 @@
<footer class="main-footer">
<div class="pull-right hidden-xs">
<b>Version</b> 2.3.5
<b>Version</b> 2.3.7
</div>
<strong>Copyright &copy; 2014-2016 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights
reserved.

View File

@@ -442,7 +442,7 @@
<footer class="main-footer">
<div class="pull-right hidden-xs">
<b>Version</b> 2.3.5
<b>Version</b> 2.3.7
</div>
<strong>Copyright &copy; 2014-2016 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights
reserved.

View File

@@ -442,7 +442,7 @@
<footer class="main-footer">
<div class="pull-right hidden-xs">
<b>Version</b> 2.3.5
<b>Version</b> 2.3.7
</div>
<strong>Copyright &copy; 2014-2016 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights
reserved.

View File

@@ -264,7 +264,7 @@
<footer class="main-footer">
<div class="container">
<div class="pull-right hidden-xs">
<b>Version</b> 2.3.5
<b>Version</b> 2.3.7
</div>
<strong>Copyright &copy; 2014-2016 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights
reserved.

View File

@@ -531,7 +531,7 @@
<!-- /.content-wrapper -->
<footer class="main-footer">
<div class="pull-right hidden-xs">
<b>Version</b> 2.3.5
<b>Version</b> 2.3.7
</div>
<strong>Copyright &copy; 2014-2016 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights
reserved.

View File

@@ -674,7 +674,7 @@
<!-- /.content-wrapper -->
<footer class="main-footer">
<div class="pull-right hidden-xs">
<b>Version</b> 2.3.5
<b>Version</b> 2.3.7
</div>
<strong>Copyright &copy; 2014-2016 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights
reserved.

View File

@@ -471,7 +471,7 @@
<div class="box-body no-padding">
<div class="mailbox-read-info">
<h3>Message Subject Is Placed Here</h3>
<h5>From: support@almsaeedstudio.com
<h5>From: help@example.com
<span class="mailbox-read-time pull-right">15 Feb. 2016 11:03 PM</span></h5>
</div>
<!-- /.mailbox-read-info -->
@@ -598,7 +598,7 @@
<!-- /.content-wrapper -->
<footer class="main-footer">
<div class="pull-right hidden-xs">
<b>Version</b> 2.3.5
<b>Version</b> 2.3.7
</div>
<strong>Copyright &copy; 2014-2016 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights
reserved.

View File

@@ -1403,7 +1403,7 @@
<!-- /.content-wrapper -->
<footer class="main-footer">
<div class="pull-right hidden-xs">
<b>Version</b> 2.3.5
<b>Version</b> 2.3.7
</div>
<strong>Copyright &copy; 2014-2016 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights
reserved.

View File

@@ -838,7 +838,7 @@
<!-- /.content-wrapper -->
<footer class="main-footer">
<div class="pull-right hidden-xs">
<b>Version</b> 2.3.5
<b>Version</b> 2.3.7
</div>
<strong>Copyright &copy; 2014-2016 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights
reserved.

View File

@@ -30,7 +30,7 @@
<header class="main-header">
<!-- Logo -->
<a href="index2.html" class="logo">
<a href="../index2.html" class="logo">
<!-- mini logo for sidebar mini 50x50 pixels -->
<span class="logo-mini"><b>A</b>LT</span>
<!-- logo for regular state and mobile devices -->
@@ -1570,7 +1570,7 @@
<footer class="main-footer">
<div class="pull-right hidden-xs">
<b>Version</b> 2.3.5
<b>Version</b> 2.3.7
</div>
<strong>Copyright &copy; 2014-2016 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights
reserved.