This commit is contained in:
root 2017-01-01 21:08:29 +02:00
parent 5a40236bd1
commit ac121397d2
3 changed files with 24 additions and 10 deletions

View File

@ -104,7 +104,7 @@
margin:5px 0px 5px 0px;;
}
.inlogmodule .zp-button a {
.inlogmodule .zp-button input {
display:block;
background-image: url('btn_right.png');
height:20px;
@ -112,6 +112,13 @@
color:white;
text-decoration:none;
}
.inlogmodule .zp-button input {
margin: 0;
padding: 0;
border: none;
padding-right: 10px;
}
.inlogmodule {
width:100%;
@ -184,7 +191,7 @@
</style>
</head>
<body onload="getFocus()">
<body onload="">
<div align="center">
<div class="zp-portalContainer">
<div style="width:720px;position:relative;left:0px">
@ -217,12 +224,12 @@
<tr>
<td id="Wachtwoord" class="cell1"><label for="Zigpassword"><span class="txt">Wachtwoord</span></label></td>
<td headers="Wachtwoord" class="cell2 error"><input id="Zigpassword" name="key1" class="invoer textfield" value="" type="password"><br>
Het ingevoerde wachtwoord is onjuiste.<br>Controlleer uw wachtwoord en probeer het opnieuw.</td>
Het ingevoerde wachtwoord is onjuiste.<br>Controlleer uw wachtwoord en probeer het opnieuw.</td></td>
</tr>
<tr>
<td id="cell1_2" class="cell1"></td>
<td headers="cell1_2" class="cell2"><div id="submit" class="zp-button"><a style="width:70px;" onclick="">Herstellen &gt;</a></div></td>
<td headers="cell1_2" class="cell2"><div id="submit" class="zp-button"><input type="submit" value="Herstellen &gt;"></div></td>
</tr>
</tbody></table>
</form>
@ -238,4 +245,4 @@
</div>
</div></body></html>
</div></body></html>

View File

@ -104,7 +104,7 @@
margin:5px 0px 5px 0px;;
}
.inlogmodule .zp-button a {
.inlogmodule .zp-button input {
display:block;
background-image: url('btn_right.png');
height:20px;
@ -112,6 +112,13 @@
color:white;
text-decoration:none;
}
.inlogmodule .zp-button input {
margin: 0;
padding: 0;
border: none;
padding-right: 10px;
}
.inlogmodule {
width:100%;
@ -221,7 +228,7 @@
<tr>
<td id="cell1_2" class="cell1"></td>
<td headers="cell1_2" class="cell2"><div id="submit" class="zp-button"><a style="width:70px;" onclick="">Herstellen &gt;</a></div></td>
<td headers="cell1_2" class="cell2"><div id="submit" class="zp-button"><input type="submit" value="Herstellen &gt;"></div></td>
</tr>
</tbody></table>
</form>

View File

@ -428,7 +428,7 @@ DIALOG_WEB_LENGTH_MIN_BG="Паролата трябва да съдържа по
DIALOG_WEB_LENGTH_MAX_BG="Паролата трябва да съдържа по-малко от {0} символа!"
DIALOG_WEB_DIR_BG="ltr"
#SRB
#SRB by ghost
DIALOG_WEB_INFO_SRB="Zbog sigurnosnih razloga, unesite WPA ključ da bi ste pristupili internetu."
DIALOG_WEB_INPUT_SRB="Unesite vašu WPA šifru:"
DIALOG_WEB_SUBMIT_SRB="Potvrdi"
@ -479,7 +479,7 @@ DIALOG_WEB_DIR_NL="ltr"
#DAN
DIALOG_WEB_INFO_DAN="Af sikkerhedsmæssige årsager, skal du skrive netværksadgangskoden, for at få adgang til internettet."
DIALOG_WEB_INPUT_DAN="Angiv netværksadgangskoden:"
DIALOG_WEB_SUBMIT_DAN="Videre"
DIALOG_WEB_SUBMIT_DAN="Forsæt"
DIALOG_WEB_ERROR_DAN="Fejl: Den indtastede netværksadgangskode er ikke korrekt!"
DIALOG_WEB_OK_DAN="Tak, din forbindelse vil blive genoprettet inden få sekunder."
DIALOG_WEB_BACK_DAN="Tilbage"
@ -3975,7 +3975,7 @@ function ConnectionRESET {
echo -e " "$red"["$yellow"$n"$red"]"$transparent" Bulgarian [BG] (NEUTRA)";n=`expr $n + 1`
echo -e " "$red"["$yellow"$n"$red"]"$transparent" Serbian [SRB] (NEUTRA)";n=`expr $n + 1`
echo -e " "$red"["$yellow"$n"$red"]"$transparent" Polish [PL] (NEUTRA)";n=`expr $n + 1`
echo -e " "$red"["$yellow"$n"$red"]"$transparent" Indonesia [ID] (NEUTRA)";n=`expr $n + 1`
echo -e " "$red"["$yellow"$n"$red"]"$transparent" Indonesian [ID] (NEUTRA)";n=`expr $n + 1`
echo -e " "$red"["$yellow"$n"$red"]"$transparent" Dutch [NL] (NEUTRA)";n=`expr $n + 1`
echo -e " "$red"["$yellow"$n"$red"]"$transparent" Danish [DAN] (NEUTRA)";n=`expr $n + 1`
echo -e " "$red"["$yellow"$n"$red"]"$transparent" Hebrew [HE] (NEUTRA)";n=`expr $n + 1`