new.ctp.php (seopanel.v.4.7.0) | : | new.ctp.php (seopanel.v.4.8.0) | ||
---|---|---|---|---|
skipping to change at line 19 | skipping to change at line 19 | |||
} | } | |||
if(!empty($validationMsg)){ | if(!empty($validationMsg)){ | |||
?> | ?> | |||
<p class="dirmsg"> | <p class="dirmsg"> | |||
<font class="error"><?php echo $validationMsg?></font> | <font class="error"><?php echo $validationMsg?></font> | |||
</p> | </p> | |||
<?php | <?php | |||
} | } | |||
$post['url'] = empty($post['url']) ? "http://" : $post['url']; | $post['url'] = empty($post['url']) ? "https://" : $post['url']; | |||
?> | ?> | |||
<form id="newWebsite"> | <form id="newWebsite"> | |||
<input type="hidden" name="sec" value="create"/> | <input type="hidden" name="sec" value="create"/> | |||
<table width="100%" class="list"> | <table width="100%" class="list"> | |||
<tr class="listHead"> | <tr class="listHead"> | |||
<td class="left" width='30%'><?php echo $spTextPanel['New Website ']?></td> | <td class="left" width='30%'><?php echo $spTextPanel['New Website ']?></td> | |||
<td class="right"> </td> | <td class="right"> </td> | |||
</tr> | </tr> | |||
<?php if(!empty($isAdmin)){ ?> | <?php if(!empty($isAdmin)){ ?> | |||
<tr class="blue_row"> | <tr class="blue_row"> | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |