modified permissions

This commit is contained in:
Abdullah Almsaeed 2015-03-02 18:41:47 -05:00
parent fdb97e3d5d
commit 7165c78c3c
119 changed files with 13 additions and 12 deletions

0
composer.json Executable file → Normal file
View file

0
dist/img/avatar.png vendored Executable file → Normal file
View file

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

0
dist/img/avatar04.png vendored Executable file → Normal file
View file

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 44 KiB

0
dist/img/avatar2.png vendored Executable file → Normal file
View file

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

0
dist/img/avatar3.png vendored Executable file → Normal file
View file

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

0
dist/img/avatar5.png vendored Executable file → Normal file
View file

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

0
dist/img/boxed-bg.jpg vendored Executable file → Normal file
View file

Before

Width:  |  Height:  |  Size: 121 KiB

After

Width:  |  Height:  |  Size: 121 KiB

0
dist/img/boxed-bg.png vendored Executable file → Normal file
View file

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 43 KiB

0
dist/img/credit/american-express.png vendored Executable file → Normal file
View file

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

0
dist/img/credit/cirrus.png vendored Executable file → Normal file
View file

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

0
dist/img/credit/mastercard.png vendored Executable file → Normal file
View file

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

0
dist/img/credit/mestro.png vendored Executable file → Normal file
View file

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

0
dist/img/credit/paypal.png vendored Executable file → Normal file
View file

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

0
dist/img/credit/paypal2.png vendored Executable file → Normal file
View file

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

0
dist/img/credit/visa.png vendored Executable file → Normal file
View file

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

0
dist/img/default-50x50.gif vendored Executable file → Normal file
View file

Before

Width:  |  Height:  |  Size: 184 B

After

Width:  |  Height:  |  Size: 184 B

0
dist/img/icons.png vendored Executable file → Normal file
View file

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

0
dist/img/user1-128x128.jpg vendored Executable file → Normal file
View file

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

0
dist/img/user2-160x160.jpg vendored Executable file → Normal file
View file

Before

Width:  |  Height:  |  Size: 7.9 KiB

After

Width:  |  Height:  |  Size: 7.9 KiB

0
dist/img/user3-128x128.jpg vendored Executable file → Normal file
View file

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

0
dist/img/user4-128x128.jpg vendored Executable file → Normal file
View file

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

0
dist/img/user5-128x128.jpg vendored Executable file → Normal file
View file

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

0
dist/img/user6-128x128.jpg vendored Executable file → Normal file
View file

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

0
dist/img/user7-128x128.jpg vendored Executable file → Normal file
View file

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

0
dist/img/user8-128x128.jpg vendored Executable file → Normal file
View file

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

16
dist/js/app.js vendored Executable file → Normal file
View file

@ -22,10 +22,10 @@ if (typeof jQuery === "undefined") {
*
* @type Object
* @description $.AdminLTE is the main object for the template's app.
* It's used for implementing functions and options related
* to the template. Keeping everything wrapped in an object
* prevents conflict with other plugins and is a better
* way to organize our code.
* It's used for implementing functions and options related
* to the template. Keeping everything wrapped in an object
* prevents conflict with other plugins and is a better
* way to organize our code.
*/
$.AdminLTE = {};
@ -53,7 +53,7 @@ $.AdminLTE.options = {
enableBSToppltip: true,
BSTooltipSelector: "[data-toggle='tooltip']",
//Enable Fast Click. Fastclick.js creates a more
//native touch ecperience with touch devices. If you
//native touch experience with touch devices. If you
//choose to enable the plugin, make sure you load the script
//before AdminLTE's app.js
enableFastclick: true,
@ -321,7 +321,7 @@ $.AdminLTE.tree = function (menu) {
*
* @type Object
* @usage $.AdminLTE.boxWidget.activate()
* Set all of your option in the main $.AdminLTE.options object
* Set all of your option in the main $.AdminLTE.options object
*/
$.AdminLTE.boxWidget = {
activate: function () {
@ -378,7 +378,7 @@ $.AdminLTE.boxWidget = {
* This is a custom plugin to use with the compenet BOX. It allows you to add
* a refresh button to the box. It converts the box's state to a loading state.
*
* @type plugin
* @type plugin
* @usage $("#box-widget").boxRefresh( options );
*/
(function ($) {
@ -400,7 +400,7 @@ $.AdminLTE.boxWidget = {
}, options);
//The overlay
var overlay = $('<div class="overlay"></div><div class="loading-img"></div>');
var overlay = $('<div class="overlay"><div class="fa fa-refresh fa-spin"></div></div>');
return this.each(function () {
//if a source is specified

2
dist/js/app.min.js vendored

File diff suppressed because one or more lines are too long

0
dist/js/demo.js vendored Executable file → Normal file
View file

0
dist/js/pages/dashboard.js vendored Executable file → Normal file
View file

0
dist/js/pages/dashboard2.js vendored Executable file → Normal file
View file

0
index.html Executable file → Normal file
View file

0
index2.html Executable file → Normal file
View file

7
package.json Executable file → Normal file
View file

@ -1,10 +1,11 @@
{
"name": "AdminLTE",
"version": "2.0.0",
"devDependencies": {
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-less": "~0.12.0",
"grunt-contrib-less": "^0.12.0",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-uglify": "~0.7.0"
"grunt-includes": "^0.4.5"
}
}

0
pages/UI/buttons.html Executable file → Normal file
View file

0
pages/UI/general.html Executable file → Normal file
View file

0
pages/UI/icons.html Executable file → Normal file
View file

0
pages/UI/sliders.html Executable file → Normal file
View file

0
pages/UI/timeline.html Executable file → Normal file
View file

0
pages/calendar.html Executable file → Normal file
View file

0
pages/mailbox.html Executable file → Normal file
View file

0
pages/widgets.html Executable file → Normal file
View file

0
plugins/bootstrap-slider/bootstrap-slider.js vendored Executable file → Normal file
View file

0
plugins/bootstrap-slider/slider.css Executable file → Normal file
View file

0
plugins/ckeditor/CHANGES.md Executable file → Normal file
View file

0
plugins/ckeditor/LICENSE.md Executable file → Normal file
View file

0
plugins/ckeditor/README.md Executable file → Normal file
View file

0
plugins/ckeditor/adapters/jquery.js vendored Executable file → Normal file
View file

0
plugins/ckeditor/build-config.js Executable file → Normal file
View file

0
plugins/ckeditor/ckeditor.js vendored Executable file → Normal file
View file

0
plugins/ckeditor/config.js Executable file → Normal file
View file

0
plugins/ckeditor/contents.css Executable file → Normal file
View file

0
plugins/ckeditor/lang/af.js Executable file → Normal file
View file

0
plugins/ckeditor/lang/ar.js Executable file → Normal file
View file

0
plugins/ckeditor/lang/bg.js Executable file → Normal file
View file

0
plugins/ckeditor/lang/bn.js Executable file → Normal file
View file

0
plugins/ckeditor/lang/bs.js Executable file → Normal file
View file

0
plugins/ckeditor/lang/ca.js Executable file → Normal file
View file

0
plugins/ckeditor/lang/cs.js Executable file → Normal file
View file

0
plugins/ckeditor/lang/cy.js Executable file → Normal file
View file

0
plugins/ckeditor/lang/da.js Executable file → Normal file
View file

0
plugins/ckeditor/lang/de.js Executable file → Normal file
View file

0
plugins/ckeditor/lang/el.js Executable file → Normal file
View file

0
plugins/ckeditor/lang/en-au.js Executable file → Normal file
View file

0
plugins/ckeditor/lang/en-ca.js Executable file → Normal file
View file

0
plugins/ckeditor/lang/en-gb.js Executable file → Normal file
View file

0
plugins/ckeditor/lang/en.js Executable file → Normal file
View file

0
plugins/ckeditor/lang/eo.js Executable file → Normal file
View file

0
plugins/ckeditor/lang/es.js Executable file → Normal file
View file

0
plugins/ckeditor/lang/et.js Executable file → Normal file
View file

0
plugins/ckeditor/lang/eu.js Executable file → Normal file
View file

0
plugins/ckeditor/lang/fa.js Executable file → Normal file
View file

0
plugins/ckeditor/lang/fi.js Executable file → Normal file
View file

0
plugins/ckeditor/lang/fo.js Executable file → Normal file
View file

0
plugins/ckeditor/lang/fr-ca.js Executable file → Normal file
View file

0
plugins/ckeditor/lang/fr.js Executable file → Normal file
View file

0
plugins/ckeditor/lang/gl.js Executable file → Normal file
View file

0
plugins/ckeditor/lang/gu.js Executable file → Normal file
View file

0
plugins/ckeditor/lang/he.js Executable file → Normal file
View file

0
plugins/ckeditor/lang/hi.js Executable file → Normal file
View file

0
plugins/ckeditor/lang/hr.js Executable file → Normal file
View file

0
plugins/ckeditor/lang/hu.js Executable file → Normal file
View file

0
plugins/ckeditor/lang/id.js Executable file → Normal file
View file

0
plugins/ckeditor/lang/is.js Executable file → Normal file
View file

0
plugins/ckeditor/lang/it.js Executable file → Normal file
View file

0
plugins/ckeditor/lang/ja.js Executable file → Normal file
View file

0
plugins/ckeditor/lang/ka.js Executable file → Normal file
View file

0
plugins/ckeditor/lang/km.js Executable file → Normal file
View file

0
plugins/ckeditor/lang/ko.js Executable file → Normal file
View file

0
plugins/ckeditor/lang/ku.js Executable file → Normal file
View file

0
plugins/ckeditor/lang/lt.js Executable file → Normal file
View file

0
plugins/ckeditor/lang/lv.js Executable file → Normal file
View file

0
plugins/ckeditor/lang/mk.js Executable file → Normal file
View file

0
plugins/ckeditor/lang/mn.js Executable file → Normal file
View file

0
plugins/ckeditor/lang/ms.js Executable file → Normal file
View file

0
plugins/ckeditor/lang/nb.js Executable file → Normal file
View file

0
plugins/ckeditor/lang/nl.js Executable file → Normal file
View file

0
plugins/ckeditor/lang/no.js Executable file → Normal file
View file

0
plugins/ckeditor/lang/pl.js Executable file → Normal file
View file

0
plugins/ckeditor/lang/pt-br.js Executable file → Normal file
View file

0
plugins/ckeditor/lang/pt.js Executable file → Normal file
View file

Some files were not shown because too many files have changed in this diff Show more