Skip to content

Commit

Permalink
Fix for extras lists, and submittable-topics
Browse files Browse the repository at this point in the history
  • Loading branch information
tvroom committed Sep 21, 2004
1 parent e25e129 commit ccfdd38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/Submit/templates/previewForm;submit;default
Expand Up @@ -60,13 +60,13 @@ TITLE="[% topic.textname %]"></A>
[% IF extra.2 == 'text' %]
<INPUT TYPE="text" NAME="[% extra.1 %]" VALUE="[% submission.${extra.1} | strip_attribute %]" SIZE="50">
[% ELSIF extra.2 == 'list' %]
[% pulldown = "$extra.3:$extra.1" %]
[% pulldown = "$extra.1" %]
[% Slash.createSelect(extra.1, Slash.db.getDescriptions('genericstring', pulldown), submission.${extra.1}, 1, 1) %]
[% END %]
[% END %]
<BR>
[% Slash.createSelect('primaryskid', Slash.db.getDescriptions('skins'), submission.primaryskid, 1, 0, 1) %]
[% Slash.createSelect('tid', Slash.db.getDescriptions('non_nexus_topics'), submission.tid, 1, 0, 1) %]
[% Slash.createSelect('tid', Slash.db.getDescriptions('topics-submittable'), submission.tid, 1, 0, 1) %]

<INPUT TYPE="submit" NAME="op" VALUE="preview"><BR>
<BR>Intro Copy<BR>
Expand Down

0 comments on commit ccfdd38

Please sign in to comment.