cryptonas-branches/v0.2.1/cbox-tree.d/usr/share/cryptobox/templates/umount_form.cs

11 lines
239 B
C#
Raw Normal View History

2005-10-17 13:59:08 +02:00
<h1><?cs var:Lang.Title.Umount ?></h1>
<div align="center">
<?cs call:print_form_header() ?>
<input type="hidden" name="action" value="umount_do" />
<button type="submit"><?cs var:Lang.Button.Umount ?></button>
</form>
</div>