1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-01 10:23:53 +02:00

bugfix #4478 (title tag removed from link)

This commit is contained in:
lisa
2009-01-28 08:48:14 +00:00
parent 868d72031b
commit 78999f6a2f
11 changed files with 70 additions and 35 deletions

View File

@@ -9,8 +9,8 @@
* List Template
*
* $Source: /cvs_backup/e107_0.8/e107_plugins/list_new/list_template.php,v $
* $Revision: 1.3 $
* $Date: 2009-01-27 23:46:12 $
* $Revision: 1.4 $
* $Date: 2009-01-28 08:47:37 $
* $Author: lisa_ $
*
*/
@@ -99,6 +99,10 @@ $TEMPLATE_LIST_NEW['TIMELAPSE_TABLE'] = "<div class='forumheader3' style='margin
//##### ADMIN
$TEMPLATE_LIST_NEW['ADMIN_MESSAGE'] = "<div style='text-align:center'><b>{MESSAGE}</b></div>";
$TEMPLATE_LIST_NEW['ADMIN_START'] = "
<div style='text-align:center'>
<form action='".e_SELF."' method='post' name='menu_conf_form' id='menu_conf_form' class='admin-menu' enctype='multipart/form-data'>";