improved readability for crossword input field numbers

This commit is contained in:
Daniel 2014-04-15 00:23:51 +02:00
commit b9bca6e2c5
229 changed files with 21548 additions and 0 deletions

View file

@ -0,0 +1,8 @@
<h1><?=_('Users')?></h1>
<h2><?=_('Delete user')?></h2>
<?=sprintf(_('Should the user “%s” (%s) really be deleted?'), $user['username'], $user['email'])?>
<form method="post">
<input type="submit" name="delete" value="<?=_('delete')?>" />
<input type="submit" name="not-delete" value="<?=_('cancel')?>" />
</form>