Remove inline javascript on the cancel buttons

The inline javascript used with the cancel buttons
was only used to change the location.
Instead of doing this, it's easier to wrap
the button in a tag.

This is related to #909.
This commit is contained in:
jvoisin
2019-04-01 01:32:35 +02:00
parent e330eeb864
commit 5edebf7885
15 changed files with 21 additions and 16 deletions
@@ -168,7 +168,7 @@
<p class="warning"><fmt:message key="advancedsettings.ldapRequiresRestart"/></p>
<input type="submit" value="<fmt:message key="common.save"/>" style="margin-right:0.3em">
<input type="button" value="<fmt:message key="common.cancel"/>" onclick="location.href='nowPlaying.view'">
<a href="nowPlaying.view"><input type="button" value="<fmt:message key="common.cancel"/>"></a>
</form:form>
@@ -119,10 +119,10 @@
<p>
<input type="submit" value="<fmt:message key="common.save"/>" style="margin-right:0.3em">
<input type="button" value="<fmt:message key="common.cancel"/>" onclick="location.href='nowPlaying.view'">
<a href="nowPlaying.view"><input type="button" value="<fmt:message key="common.cancel"/>"></a>
</p>
</form:form>
</body>
</html>
</html>
@@ -65,7 +65,7 @@
<p>
<input type="submit" value="<fmt:message key="common.save"/>" style="margin-right:0.3em">
<input type="button" value="<fmt:message key="common.cancel"/>" onclick="location.href='nowPlaying.view'">
<a href='nowPlaying.view'><input type="button" value="<fmt:message key="common.cancel"/>"></a>
</p>
</form>
@@ -158,7 +158,7 @@
<tr>
<td colspan="2" style="padding-top:1.5em">
<input type="submit" value="<fmt:message key="common.save"/>" style="margin-right:0.3em">
<input type="button" value="<fmt:message key="common.cancel"/>" onclick="location.href='nowPlaying.view'">
<a href='nowPlaying.view'><input type="button" value="<fmt:message key="common.cancel"/>"></a>
</td>
</tr>
@@ -49,7 +49,7 @@
<tr>
<td style="padding-top:1.5em" colspan="5">
<input type="submit" value="<fmt:message key="common.save"/>" style="margin-right:0.3em">
<input type="button" value="<fmt:message key="common.cancel"/>" onclick="location.href='nowPlaying.view'">
<a href='nowPlaying.view'><input type="button" value="<fmt:message key="common.cancel"/>"></a>
</td>
</tr>
</table>
@@ -64,4 +64,4 @@
<script language="javascript" type="text/javascript">parent.frames.left.location.href="left.view?"</script>
</c:if>
</body></html>
</body></html>
@@ -139,7 +139,7 @@
<p >
<input type="submit" value="<fmt:message key="common.save"/>" style="margin-right:0.3em">
<input type="button" value="<fmt:message key="common.cancel"/>" onclick="location.href='nowPlaying.view'">
<a href='nowPlaying.view'><input type="button" value="<fmt:message key="common.cancel"/>"></a>
</p>
</form:form>
@@ -38,7 +38,7 @@
<tr>
<td colspan="3" style="padding-top:1.5em">
<input type="submit" value="<fmt:message key="common.save"/>" style="margin-right:0.3em">
<input type="button" value="<fmt:message key="common.cancel"/>" onclick="location.href='nowPlaying.view'">
<a href='nowPlaying.view'><input type="button" value="<fmt:message key="common.cancel"/>"></a>
</td>
</tr>
@@ -208,7 +208,7 @@
<p style="padding-top:1em;padding-bottom:1em">
<input type="submit" value="<fmt:message key="common.save"/>" style="margin-right:0.3em"/>
<input type="button" value="<fmt:message key="common.cancel"/>" onclick="location.href='nowPlaying.view'">
<a href='nowPlaying.view'><input type="button" value="<fmt:message key="common.cancel"/>"></a>
</p>
<h2><fmt:message key="personalsettings.avatar.title"/></h2>
@@ -196,7 +196,7 @@ $(document).ready(function() {
</c:if>
<input type="submit" value="<fmt:message key="common.save"/>" style="margin-top:1em;margin-right:0.3em">
<input type="button" value="<fmt:message key="common.cancel"/>" style="margin-top:1em" onclick="location.href='nowPlaying.view'">
<a href='nowPlaying.view'><input type="button" value="<fmt:message key="common.cancel"/>" style="margin-top:1em"></a>
</form:form>
</c:otherwise>
</c:choose>
@@ -80,7 +80,7 @@
<tr>
<td style="padding-top:1.5em" colspan="2">
<input type="submit" value="<fmt:message key="common.save"/>" style="margin-right:0.3em">
<input type="button" value="<fmt:message key="common.cancel"/>" onclick="location.href='nowPlaying.view'">
<a href='nowPlaying.view'><input type="button" value="<fmt:message key="common.cancel"/>"></a>
</td>
</tr>
@@ -58,7 +58,7 @@
<p style="padding-top:1em">
<input type="submit" value="<fmt:message key="common.save"/>" style="margin-right:0.3em">
<input type="button" value="<fmt:message key="common.cancel"/>" onclick="location.href='nowPlaying.view'" style="margin-right:2.0em">
<a href='nowPlaying.view'><input type="button" value="<fmt:message key="common.cancel"/>" style="margin-right:2.0em"></a>
<input type="checkbox" id="deleteExpired" name="deleteExpired" class="checkbox"/>
<label for="deleteExpired"><fmt:message key="sharesettings.deleteexpired"/></label>
</p>
@@ -56,7 +56,7 @@
<p>
<input type="submit" value="<fmt:message key="common.save"/>" style="margin-right:0.3em">
<input type="button" value="<fmt:message key="common.cancel"/>" onclick="location.href='nowPlaying.view'">
<a href='nowPlaying.view'><input type="button" value="<fmt:message key="common.cancel"/>"></a>
</p>
</form>
@@ -87,7 +87,7 @@
<p style="padding-top:0.75em">
<input type="submit" value="<fmt:message key="common.save"/>" style="margin-right:0.3em">
<input type="button" value="<fmt:message key="common.cancel"/>" onclick="location.href='nowPlaying.view'" style="margin-right:1.3em">
<a href='nowPlaying.view'><input type="button" value="<fmt:message key="common.cancel"/>" style="margin-right:1.3em"></a>
<a href="https://airsonic.github.io/docs/transcode/" target="_blank"><fmt:message key="transcodingsettings.recommended"/></a>
</p>
@@ -215,7 +215,7 @@
</c:choose>
<input type="submit" value="<fmt:message key="common.save"/>" style="margin-top:1.5em;margin-right:0.3em">
<input type="button" value="<fmt:message key="common.cancel"/>" onclick="location.href='nowPlaying.view'" style="margin-top:1.5em">
<a href='nowPlaying.view'><input type="button" value="<fmt:message key="common.cancel"/>" style="margin-top:1.5em"></a>
</form:form>
</body></html>
@@ -205,6 +205,11 @@ input[type=submit], input[type=button] {
background: white;
padding-left: 1em;
padding-right: 1em;
color: black;
}
input[type=submit]:hover, input[type=button]:hover {
text-decoration: none;
}
input[type=submit]:active, input[type=button]:active {