Moved inline - javascript to external file in preparation of X-Content-Security-Policy (also, the code looks cleaner, yay)

Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
This commit is contained in:
Florian Aders (EleRas)
2011-06-16 18:59:16 +02:00
parent b9bb1a1286
commit 3e21cb0298
10 changed files with 87 additions and 45 deletions

View File

@@ -10,7 +10,7 @@ $header
<input type="hidden" name="send" value="send" />
{$hiddenparams}
<input type="submit" name="submitbutton" value="{$lng['panel']['yes']}" />&nbsp;
<input type="button" class="nobutton" value="{$lng['panel']['no']}" onclick="history.back();" />
<input type="button" class="nobutton" value="{$lng['panel']['no']}" id="yesnobutton" />
</div>
</div>
</div>

View File

@@ -11,7 +11,7 @@ $header
<input type="hidden" name="send" value="send" />
{$hiddenparams}
<input type="submit" name="submitbutton" value="{$lng['panel']['yes']}" />&nbsp;
<input type="button" class="nobutton" value="{$lng['panel']['no']}" onclick="history.back();" />
<input type="button" class="nobutton" value="{$lng['panel']['no']}" id="yesnobutton" />
</div>
</div>
</div>