Skip to content

Commit

Permalink
Merge pull request SoylentNews#189 from paulej72/master
Browse files Browse the repository at this point in the history
fix for disappearing View Sub link.
  • Loading branch information
paulej72 committed Jun 25, 2015
2 parents 9aef18b + a037649 commit 8579532
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions plugins/Admin/templates/editStory;admin;default
Expand Up @@ -18,11 +18,9 @@ SET txRows = constants.textarea_rows UNLESS txRows;
SET txRows = 20 IF txRows < 20 %]
<div id="content" class="admin">
<form action="[% gSkin.rootdir %]/admin.pl" method="post" enctype="multipart/form-data" name="slashstoryform" id="slashstoryform" onsubmit="return false;">
[% IF form.subid %]
<input type="hidden" name="subid" value="[% form.subid | strip_attribute %]">
[% END %]
[% IF form.fhid %]
<input type="hidden" name="fhid" value="[% form.fhid | strip_attribute %]">
[% subid = subid || form.subid;
IF subid %]
<input type="hidden" name="subid" value="[% subid | strip_attribute %]">
[% END %]
<div id="slashboxes">
[% IF constants.plugin.Events && Slash.getObject('Slash::Events') %]
Expand Down

0 comments on commit 8579532

Please sign in to comment.