mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-15 07:17:02 +02:00
gui improvements
This commit is contained in:
@ -95,7 +95,7 @@
|
||||
|
||||
<div class="row">
|
||||
<div class="logincell"> </div>
|
||||
<div class="tcell"><input type="submit" value="<?php print $text_set; ?>" class="btn btn-primary" /> <input type="reset" class="btn" value="<?php print $text_cancel; ?>" /></div>
|
||||
<div class="tcell"><input type="submit" value="<?php print $text_set; ?>" class="btn btn-primary" /> <input type="reset" class="btn" value="<?php print $text_cancel; ?>" onclick="Piler.go_to_default_page();" /></div>
|
||||
</div>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user