improved 4eyes feature

This commit is contained in:
SJ 2015-02-23 12:46:31 +01:00
parent 0a15910379
commit daf6e904b7
2 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,7 @@
<?php } ?>
<button class="btn btn-large btn-primary" type="submit" value="<?php print $text_submit; ?>"><?php print $text_submit; ?></button>
<button class="btn btn-large" type="reset" value="<?php print $text_cancel; ?>" onclick="document.location.href='logout.php';"><?php print $text_cancel; ?></button>
</form>

View File

@ -51,6 +51,7 @@
<?php } ?>
<button class="btn btn-large btn-primary" type="submit" value="<?php print $text_submit; ?>"><?php print $text_submit; ?></button>
<button class="btn btn-large" type="reset" value="<?php print $text_cancel; ?>" onclick="document.location.href='logout.php';"><?php print $text_cancel; ?></button>
</form>