|
|
@ -105,9 +105,10 @@ |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
|
|
|
|
<div class="form-group"> |
|
|
|
<label for="note_syndicate-to"><a href="javascript:reload_syndications()">Reload</a></label> |
|
|
|
<div id="syndication-container"> |
|
|
|
<tr class="form-group"> |
|
|
|
<td> |
|
|
|
<label for="note_syndicate-to"><a href="javascript:reload_syndications()">Reload</a></label></td> |
|
|
|
<td id="syndication-container"> |
|
|
|
<?php |
|
|
|
if($this->syndication_targets) { |
|
|
|
echo '<ul>'; |
|
|
@ -120,13 +121,10 @@ |
|
|
|
. '</li>'; |
|
|
|
} |
|
|
|
echo '</ul>'; |
|
|
|
} else { |
|
|
|
?><div class="bs-callout bs-callout-warning">No syndication targets were found on your site.
|
|
|
|
Your server can provide a <a href="/docs/syndication">list of supported syndication targets</a> that will appear as buttons here.</div><?php |
|
|
|
} |
|
|
|
?>
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td>Publish:</td> |
|
|
|
<td><input type="text" class="form-field-small" id="post-publish-date" value="now" placeholder="YYYY-MM-DD hh:mm:ss"></td> |
|
|
|