mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 14:17:49 +02:00
#1245 - Make SITE URL optional, since it will be filled automatically if left blank anyway.
This commit is contained in:
@@ -322,7 +322,7 @@ $text = "
|
|||||||
<tr>
|
<tr>
|
||||||
<td><label for='siteurl'>".PRFLAN_3."</label></td>
|
<td><label for='siteurl'>".PRFLAN_3."</label></td>
|
||||||
<td>
|
<td>
|
||||||
".$frm->text('siteurl', $pref['siteurl'], 150, 'required=1&size=xxlarge')."
|
".$frm->text('siteurl', $pref['siteurl'], 150, 'size=xxlarge')."
|
||||||
".($pref['siteurl'] == SITEURL ? "" : "<div class='field-help'>".PRFLAN_159.": <strong>".SITEURL."</strong></div>")."
|
".($pref['siteurl'] == SITEURL ? "" : "<div class='field-help'>".PRFLAN_159.": <strong>".SITEURL."</strong></div>")."
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Reference in New Issue
Block a user