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> </tr>
<?php if($this->syndication_targets): ?> <?php if($this->syndication_targets): ?>
<tr id="syndication-targets" class="form-group" style="margin-top: 1em;"> <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"> <td id="syndication-container">
<?php <?php
echo '<ul>'; echo '<ul>';
@ -151,8 +151,6 @@
</div> </div>
<script src="/editor-files/editor.js"></script> <script src="/editor-files/editor.js"></script>
<script><?= partial('partials/syndication-js') ?></script>
</body> </body>
</html> </html>
Loading…
Cancel
Save