1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-29 19:00:26 +02:00

small css fixes and typo fix from previous commit

This commit is contained in:
CaMer0n
2009-07-21 08:27:23 +00:00
parent 0cd7186faa
commit ffb255ef24
2 changed files with 33 additions and 33 deletions

View File

@@ -9,8 +9,8 @@
* Tagwords Shortcodes * Tagwords Shortcodes
* *
* $Source: /cvs_backup/e107_0.8/e107_plugins/tagwords/tagwords_shortcodes.php,v $ * $Source: /cvs_backup/e107_0.8/e107_plugins/tagwords/tagwords_shortcodes.php,v $
* $Revision: 1.4 $ * $Revision: 1.5 $
* $Date: 2009-07-21 07:10:25 $ * $Date: 2009-07-21 08:27:23 $
* $Author: e107coders $ * $Author: e107coders $
* *
*/ */
@@ -26,7 +26,7 @@ $codes = array();
$tmp = get_class_methods('tagwords_shortcodes'); $tmp = get_class_methods('tagwords_shortcodes');
foreach($tmp as $c) foreach($tmp as $c)
{ {
if(strpos($c, 'ax_') === 0) if(strpos($c, 'sc_') === 0)
{ {
$codes[] = substr($c, 3); $codes[] = substr($c, 3);
} }

View File

@@ -9,9 +9,9 @@
* Tagwords Template * Tagwords Template
* *
* $Source: /cvs_backup/e107_0.8/e107_plugins/tagwords/tagwords_template.php,v $ * $Source: /cvs_backup/e107_0.8/e107_plugins/tagwords/tagwords_template.php,v $
* $Revision: 1.3 $ * $Revision: 1.4 $
* $Date: 2009-04-29 07:07:33 $ * $Date: 2009-07-21 08:27:23 $
* $Author: lisa_ $ * $Author: e107coders $
* *
*/ */
@@ -120,36 +120,36 @@ $TEMPLATE_TAGWORDS['menu_cloud'] = "
$TEMPLATE_TAGWORDS['admin_options'] = " $TEMPLATE_TAGWORDS['admin_options'] = "
<form method='post' action='".e_SELF.(e_QUERY ? "?".e_QUERY : "")."'> <form method='post' action='".e_SELF.(e_QUERY ? "?".e_QUERY : "")."'>
<table style='width:98%' class='fborder'> <table cellpadding='0' cellspacing='0' class='adminform'>
<colgroup> <colgroup span='2'>
<col width='40%'/> <col class='col-label' />
<col width='60%'/> <col class='col-control' />
</colgroup> </colgroup>
<tr> <tr>
<td class='fcaption' colspan='2'>".LAN_TAG_OPT_25."</td> <td class='fcaption' colspan='2'>".LAN_TAG_OPT_25."</td>
</tr> </tr>
<tr> <tr>
<td class='forumheader3'>".LAN_TAG_OPT_2."</td> <td>".LAN_TAG_OPT_2."</td>
<td class='forumheader3'>{TAG_OPT_MIN}</td> <td>{TAG_OPT_MIN}</td>
</tr> </tr>
<tr> <tr>
<td class='forumheader3'>".LAN_TAG_OPT_3."</td> <td>".LAN_TAG_OPT_3."</td>
<td class='forumheader3'>{TAG_OPT_CLASS}</td> <td>{TAG_OPT_CLASS}</td>
</tr> </tr>
<tr> <tr>
<td class='fcaption' colspan='2'>".LAN_TAG_OPT_16."</td> <td class='fcaption' colspan='2'>".LAN_TAG_OPT_16."</td>
</tr> </tr>
<tr> <tr>
<td class='forumheader3'>".LAN_TAG_OPT_4."</td> <td>".LAN_TAG_OPT_4."</td>
<td class='forumheader3'>{TAG_OPT_DEFAULT_SORT}</td> <td>{TAG_OPT_DEFAULT_SORT}</td>
</tr> </tr>
<tr> <tr>
<td class='forumheader3'>".LAN_TAG_OPT_7."</td> <td>".LAN_TAG_OPT_7."</td>
<td class='forumheader3'>{TAG_OPT_DEFAULT_STYLE}</td> <td>{TAG_OPT_DEFAULT_STYLE}</td>
</tr> </tr>
<tr> <tr>
<td class='forumheader3'>".LAN_TAG_OPT_26."</td> <td>".LAN_TAG_OPT_26."</td>
<td class='forumheader3'> <td>
{TAG_OPT_VIEW_SORT}<br /> {TAG_OPT_VIEW_SORT}<br />
{TAG_OPT_VIEW_STYLE}<br /> {TAG_OPT_VIEW_STYLE}<br />
{TAG_OPT_VIEW_AREA}<br /> {TAG_OPT_VIEW_AREA}<br />
@@ -161,20 +161,20 @@ $TEMPLATE_TAGWORDS['admin_options'] = "
<td class='fcaption' colspan='2'>".LAN_TAG_OPT_17."</td> <td class='fcaption' colspan='2'>".LAN_TAG_OPT_17."</td>
</tr> </tr>
<tr> <tr>
<td class='forumheader3'>".LAN_TAG_OPT_18."</td> <td>".LAN_TAG_OPT_18."</td>
<td class='forumheader3'>{TAG_OPT_CAPTION|menu}</td> <td>{TAG_OPT_CAPTION|menu}</td>
</tr> </tr>
<tr> <tr>
<td class='forumheader3'>".LAN_TAG_OPT_15."</td> <td>".LAN_TAG_OPT_15."</td>
<td class='forumheader3'>{TAG_OPT_MIN|menu}</td> <td>{TAG_OPT_MIN|menu}</td>
</tr> </tr>
<tr> <tr>
<td class='forumheader3'>".LAN_TAG_OPT_4."</td> <td>".LAN_TAG_OPT_4."</td>
<td class='forumheader3'>{TAG_OPT_DEFAULT_SORT|menu}</td> <td>{TAG_OPT_DEFAULT_SORT|menu}</td>
</tr> </tr>
<tr> <tr>
<td class='forumheader3'>".LAN_TAG_OPT_26."</td> <td>".LAN_TAG_OPT_26."</td>
<td class='forumheader3'> <td>
{TAG_OPT_VIEW_SEARCH|menu}<br /> {TAG_OPT_VIEW_SEARCH|menu}<br />
{TAG_OPT_VIEW_FREQ|menu}<br /> {TAG_OPT_VIEW_FREQ|menu}<br />
</td> </td>
@@ -183,15 +183,15 @@ $TEMPLATE_TAGWORDS['admin_options'] = "
<td class='fcaption' colspan='2'>".LAN_TAG_OPT_21."</td> <td class='fcaption' colspan='2'>".LAN_TAG_OPT_21."</td>
</tr> </tr>
<tr> <tr>
<td class='forumheader3'>".LAN_TAG_OPT_22."</td> <td>".LAN_TAG_OPT_22."</td>
<td class='forumheader3'>{TAG_OPT_SEPERATOR}</td> <td>{TAG_OPT_SEPERATOR}</td>
</tr> </tr>
<tr> <tr>
<td class='fcaption' colspan='2'>".LAN_TAG_OPT_23."</td> <td class='fcaption' colspan='2'>".LAN_TAG_OPT_23."</td>
</tr> </tr>
<tr> <tr>
<td class='forumheader3'>".LAN_TAG_OPT_24."</td> <td>".LAN_TAG_OPT_24."</td>
<td class='forumheader3'>{TAG_OPT_ACTIVEAREAS}</td> <td>{TAG_OPT_ACTIVEAREAS}</td>
</tr> </tr>
<tr> <tr>
<td class='forumheader' colspan='2' style='text-align:center'>{TAG_OPT_BUTTON}</td> <td class='forumheader' colspan='2' style='text-align:center'>{TAG_OPT_BUTTON}</td>