You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
postfixadmin/scripts
Christian Boltz a6cc2a2947 Changed delete.php to use flash_error(), removed some HTML from languages/*
delete.php: 
- replace various $tMessage=... with flash_error()
- always redirect to the relevant page, even if an error happened
- fix error check in delete admin
- removed HTML formatting (<b>, <span>) from some error messages
- replaced check for pgsql + BEGIN/COMMIT/ROLLBACK with db_begin(),
  db_commit() and db_rollback()
- the smarty message.tpl is most probably superfluous

languages/*.lang:
- removed HTML (<span>) from messages used by delete.php

fetchmail.php, scripts/snippets/baseclass.php
- remove superfluous </span>


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1036 a1433add-5e2c-0410-b055-b7f2511e0802
15 years ago
..
shells Renamed UserHandler to MailboxHandler to make clear it's about mailboxes 15 years ago
snippets Changed delete.php to use flash_error(), removed some HTML from languages/* 15 years ago
common.php moved scripts/models-ext/* to model/ 15 years ago
inflector.php list-virtual.php: 15 years ago
postfixadmin-cli postfixadmin-cli: use readlink if $0 is a symlink 15 years ago
postfixadmin-cli.php Renamed UserHandler to MailboxHandler to make clear it's about mailboxes 15 years ago