Cleaning up unnessesary js code, removing inline js

Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
Roman Schmerold (BNoiZe)
2014-01-07 13:39:29 +01:00
parent 7fc3ac587a
commit 7101655ed7
6 changed files with 10 additions and 17 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']}" id="yesnobutton" />
<input type="button" class="nobutton" value="{$lng['panel']['no']}" id="historyback" />
</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']}" id="yesnobutton" />
<input type="button" class="nobutton" value="{$lng['panel']['no']}" id="historyback" />
</div>
</div>
</div>