Added some titles, search icon, changed some phrases. Overallhaul

This commit is contained in:
Kasper Rynning-Tønnesen
2015-01-28 23:08:02 +01:00
parent 332defc64f
commit e204c0f71b
7 changed files with 36 additions and 11 deletions

View File

@@ -136,6 +136,8 @@ else if(isset($_GET['v'])){ //if it
file_put_contents($list, json_encode($data));
print("added"); //Just telling the javascript that it has been added for some reason...
}
}else{
print("wrong");
}
}
@@ -184,8 +186,10 @@ else if(isset($_GET['vote'])){ //if th
{
echo array_key_exists($id, $data["songs"]); //not in use..i think..
}
}else{
print("wrong");
}
echo $pass."\n".$data['conf']['adminpass'];
}
}

View File

@@ -43,5 +43,5 @@
</div>
<input type="password" name="pass" id="passbox" class="passbox" placeholder="Channel password">
<input type="submit" class="button" value="Store" onclick="submitAdmin(this.form);">
<input type="submit" class="button" value="Login/Save" onclick="submitAdmin(this.form);" title="Save settings/Login">
</form>