| | |
| | | EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| | | */ |
| | | |
| | | require_once('../../lib/config.inc.php'); |
| | | require_once('../../lib/app.inc.php'); |
| | | require_once '../../lib/config.inc.php'; |
| | | require_once '../../lib/app.inc.php'; |
| | | |
| | | /****************************************** |
| | | * Begin Form configuration |
| | |
| | | |
| | | $app->uses('listform_actions'); |
| | | |
| | | if(isset($_SESSION['show_info_msg'])) { |
| | | $app->tpl->setloop('info', array(array('info_msg' => '<p>'.$_SESSION['show_info_msg'].'</p>'))); |
| | | unset($_SESSION['show_info_msg']); |
| | | } |
| | | |
| | | $app->listform_actions->SQLOrderBy = 'ORDER BY domain.domain'; |
| | | $app->listform_actions->onLoad(); |
| | | |
| | | ?> |
| | | ?> |