Browse Source

New small version

causefx 8 years ago
parent
commit
b566b74691
4 changed files with 11 additions and 4 deletions
  1. 1 1
      api/functions/static-globals.php
  2. 2 2
      api/pages/settings.php
  3. 1 1
      js/functions.js
  4. 7 0
      js/version.json

+ 1 - 1
api/functions/static-globals.php

@@ -2,7 +2,7 @@
 
 // ===================================
 // Organizr Version
-$GLOBALS['installedVersion'] = '2.0.0-alpha.100';
+$GLOBALS['installedVersion'] = '2.0.0-alpha.110';
 // ===================================
 // Set GLOBALS from config file
 $GLOBALS['userConfigPath'] = dirname(__DIR__,1).DIRECTORY_SEPARATOR.'config'.DIRECTORY_SEPARATOR.'config.php';

+ 2 - 2
api/pages/settings.php

@@ -158,10 +158,10 @@ $pageSettings = '
                                         </div>
                                     </div>
                                     <div class="col-lg-6 col-sm-12 col-md-6">
-                                        <div class="well">
+                                        <div class="well bg-theme-dark">
                                             <h4 lang="en">Want to help translate?</h4>
                                             <p lang="en">Head on over to POEditor and help us translate Organizr into your language</p>
-                                            <p><a href="https://poeditor.com/join/project/T6l68hksTE" lang="en">Click Me!</a></p>
+                                            <button class="fcbtn btn btn-primary btn-outline btn-1b"><a href="https://poeditor.com/join/project/T6l68hksTE" target="_blank" lang="en">I Want to Help</a></button>
                                         </div>
                                     </div>
     							</div>

+ 1 - 1
js/functions.js

@@ -608,7 +608,7 @@ function buildLanguage(replace=false,newLang=null){
 	});
 	var lang = `
 		<li class="dropdown" id="languageDropdown">
-			<a class="dropdown-toggle waves-effect waves-light" data-toggle="dropdown" href="#" aria-expanded="false"> <i class="ti-world"></i><span></span></a>
+			<a class="dropdown-toggle waves-effect waves-light" data-toggle="dropdown" href="#" aria-expanded="false"> <i class="fa fa-language"></i><span></span></a>
 			<ul class="dropdown-menu mailbox animated bounceInDown">
 				<li>
 					<div class="drop-title" lang="en">Choose Language</div>

+ 7 - 0
js/version.json

@@ -5,5 +5,12 @@
         "new": "Everything is new",
         "fixed": "API Calls in settings page being to fast for refresh|Signup form submit issue in Wizard",
         "notes": "This is alpha - expect bugs|Please report bugs in GitHub issues page"
+    },
+	"2.0.0-alpha.110": {
+        "date":"20170109",
+        "title": "Small Addition",
+        "new": "3 Options for appearance|Upgrade module completed",
+        "fixed": "More API lag times",
+        "notes": "This is alpha - expect bugs|Please report bugs in GitHub issues page"
     }
 }