Ver Fonte

Merge pull request #461 from causefx/cero-dev

Cero dev
causefx há 8 anos atrás
pai
commit
a1c7ee5b35
4 ficheiros alterados com 5 adições e 5 exclusões
  1. BIN
      images/css.png
  2. BIN
      images/html.png
  3. 3 3
      index.php
  4. 2 2
      settings.php

BIN
images/css.png


BIN
images/html.png


+ 3 - 3
index.php

@@ -911,7 +911,7 @@ if(file_exists("images/settings2.png")) : $iconRotate = "false"; $settingsIcon =
                                     <?php if($USER->error!="") : ?>
                                     <p class="error">Error: <?php echo $USER->error; ?></p>
                                     <?php endif; ?>
-                                    <form name="log in" id="login" action="" method="POST" data-smk-icon="glyphicon-remove-sign">
+                                    <form name="log in" id="login" action="" method="POST">
                                         <h4 class="text-center"><?php echo $language->translate("LOGIN");?></h4>
                                         <div class="form-group">
                                             <input type="hidden" name="op" value="login">
@@ -1190,10 +1190,10 @@ if(file_exists("images/settings2.png")) : $iconRotate = "false"; $settingsIcon =
 
         }
         $('#loginSubmit').click(function() {
-            if ($('#login').smkValidate()) {
+            /*if ($('#login').smkValidate()) {
                 console.log("validated");
             }
-            console.log("didnt validate");
+            console.log("didnt validate");*/
         });
         $('#registerSubmit').click(function() {
             if ($('#registration').smkValidate()) {

+ 2 - 2
settings.php

@@ -621,7 +621,7 @@ echo buildSettings(
 			array(
 				'title' => 'Custom CSS',
 				'id' => 'theme_css',
-				'image' => 'images/gear.png',
+				'image' => 'images/css.png',
 				'fields' => array(
 					array(
 						'type' => 'header',
@@ -1159,7 +1159,7 @@ echo buildSettings(
 			array(
 				'title' => 'Custom HTML 1',
 				'id' => 'customhtml1',
-				'image' => 'images/gear.png',
+				'image' => 'images/html.png',
 				'fields' => array(
 					array(
 						'type' => $userSelectType,