mirror of
https://github.com/e107inc/e107.git
synced 2025-01-18 05:09:05 +01:00
Minor typo previous commit #44
This commit is contained in:
parent
0cab1081aa
commit
4a216fbf87
@ -872,7 +872,7 @@ class linkclass
|
|||||||
{ // Display the individual links
|
{ // Display the individual links
|
||||||
$text = $rs->form_open("post", e_SELF.(e_QUERY ? "?".e_QUERY : ""), "myform_{$row['link_id']}", "", "");
|
$text = $rs->form_open("post", e_SELF.(e_QUERY ? "?".e_QUERY : ""), "myform_{$row['link_id']}", "", "");
|
||||||
$text .= "<div style='text-align:center'>
|
$text .= "<div style='text-align:center'>
|
||||||
<table class=''table adminlist'>
|
<table class='table adminlist'>
|
||||||
<tr>
|
<tr>
|
||||||
<td style='width:5%'>".LCLAN_ITEM_25."</td>
|
<td style='width:5%'>".LCLAN_ITEM_25."</td>
|
||||||
<td style='width:65%'>".LCLAN_ITEM_26."</td>
|
<td style='width:65%'>".LCLAN_ITEM_26."</td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user