Browse Source

tryin to add syndication to view

main
jk 3 years ago
parent
commit
3f56c04c3d
  1. 4
      views/editor.php

4
views/editor.php

@ -87,7 +87,7 @@
</tr>
<?php if($this->syndication_targets): ?>
<tr id="syndication-targets" class="form-group" style="margin-top: 1em;">
<td><label for="note_syndicate-to">Syndicate <a href="javascript:reload_syndications()">(refresh list)</a></label></td>
<td><label for="note_syndicate-to">Syndicate</label></td>
<td id="syndication-container">
<?php
echo '<ul>';
@ -151,8 +151,6 @@
</div>
<script src="/editor-files/editor.js"></script>
<script><?= partial('partials/syndication-js') ?></script>
</body>
</html>
Loading…
Cancel
Save