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/snippets
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
13 years ago
..
baseclass.php Changed delete.php to use flash_error(), removed some HTML from languages/* 13 years ago
crypt.php Own Crypt Library. Independence of dovecotpw/doveadm pw 14 years ago
crypt_test.php Fixed CRYPT 14 years ago
dovecot_crypt.php Fixed CRYPT 14 years ago
fetchmail-class.php For reference: the baseclass I was talking about in my previous commit 14 years ago
fetchmail-remaining.php For reference: the baseclass I was talking about in my previous commit 14 years ago
model.php two small bugfixes: 14 years ago
user_controller.php two small bugfixes: 14 years ago
user_model.php added some things to model class 14 years ago