mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 21:57:51 +02:00
added bbcode buttons to sitelinks link description field
This commit is contained in:
@@ -11,9 +11,9 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_admin/links.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_admin/links.php,v $
|
||||||
| $Revision: 1.4 $
|
| $Revision: 1.5 $
|
||||||
| $Date: 2007-06-05 20:07:35 $
|
| $Date: 2007-06-25 15:39:34 $
|
||||||
| $Author: e107steved $
|
| $Author: sweetas $
|
||||||
|
|
|
|
||||||
| links.php?debug shows stored data for each link after name (before constant conversion)
|
| links.php?debug shows stored data for each link after name (before constant conversion)
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
@@ -40,6 +40,7 @@ $pst->save_preset();
|
|||||||
|
|
||||||
require_once(e_HANDLER.'userclass_class.php');
|
require_once(e_HANDLER.'userclass_class.php');
|
||||||
require_once(e_HANDLER.'form_handler.php');
|
require_once(e_HANDLER.'form_handler.php');
|
||||||
|
require_once(e_HANDLER."ren_help.php");
|
||||||
|
|
||||||
$rs = new form;
|
$rs = new form;
|
||||||
$linkpost = new links;
|
$linkpost = new links;
|
||||||
@@ -464,8 +465,12 @@ class links
|
|||||||
<tr>
|
<tr>
|
||||||
<td style='width:30%' class='forumheader3'>".LCLAN_17.": </td>
|
<td style='width:30%' class='forumheader3'>".LCLAN_17.": </td>
|
||||||
<td style='width:70%' class='forumheader3'>
|
<td style='width:70%' class='forumheader3'>
|
||||||
<textarea class='tbox' name='link_description' cols='59' rows='3'>$link_description</textarea>
|
<textarea class='tbox' id='link_description' name='link_description' cols='70' rows='5' style='width:95%' onselect='storeCaret(this);' onclick='storeCaret(this);' onkeyup='storeCaret(this)'>".$tp->toForm($link_description)."</textarea>
|
||||||
</td>
|
<br />";
|
||||||
|
|
||||||
|
$text .= display_help("helpb", "admin");
|
||||||
|
|
||||||
|
$text .= "</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
|
Reference in New Issue
Block a user