Cleaning up unnessesary js code, removing inline js
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
2
templates/Sparkle/misc/question_yesno.tpl
vendored
2
templates/Sparkle/misc/question_yesno.tpl
vendored
@@ -10,7 +10,7 @@ $header
|
||||
<input type="hidden" name="send" value="send" />
|
||||
{$hiddenparams}
|
||||
<input type="submit" name="submitbutton" value="{$lng['panel']['yes']}" />
|
||||
<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>
|
||||
|
||||
@@ -11,7 +11,7 @@ $header
|
||||
<input type="hidden" name="send" value="send" />
|
||||
{$hiddenparams}
|
||||
<input type="submit" name="submitbutton" value="{$lng['panel']['yes']}" />
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user