wired up "Post & Go Next" correctly
This commit is contained in:
@@ -44,6 +44,9 @@
|
||||
<div class="max-w-3xl">
|
||||
<form method="POST" action="{{ post_stem }}">
|
||||
<input type="hidden" name="xp" value="{{ post_max }}"/>
|
||||
{{ if isset(urlNextTopic) }}
|
||||
<input type="hidden" name="nextlink" value="{{ urlNextTopic }}"/>
|
||||
{{ end }}
|
||||
<div class="bg-gray-50 p-6 rounded-lg space-y-4">
|
||||
<!-- Your Name/Header and Attach File -->
|
||||
<div>
|
||||
@@ -76,7 +79,9 @@
|
||||
<div class="flex justify-center gap-4 pt-4">
|
||||
<button type="submit" name="preview" class="bg-gray-600 hover:bg-gray-700 text-white px-6 py-2 rounded font-medium transition-colors">Preview</button>
|
||||
<button type="submit" name="post" class="bg-green-600 hover:bg-green-700 text-white px-6 py-2 rounded font-medium transition-colors">Post & Reload</button>
|
||||
<button type="submit" name="postnext" class="bg-blue-600 hover:bg-blue-700 text-white px-6 py-2 rounded font-medium transition-colors">Post & Go Next</button>
|
||||
{{ if isset(urlNextTopic) }}
|
||||
<button type="submit" name="postnext" class="bg-blue-600 hover:bg-blue-700 text-white px-6 py-2 rounded font-medium transition-colors">Post & Go Next</button>
|
||||
{{ end }}
|
||||
<button type="submit" name="posttopics" class="bg-blue-600 hover:bg-blue-700 text-white px-6 py-2 rounded font-medium transition-colors">Post & Go Topics</button>
|
||||
<button type="submit" name="cancel" class="bg-red-600 hover:bg-red-700 text-white px-6 py-2 rounded font-medium transition-colors">Cancel</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user