Update of /cvs/scoop/scoop/lib/Scoop/Admin
In directory lithium.sabren.com:/tmp/cvs-serv3430/lib/Scoop/Admin

Modified Files:
	AdminStories.pm 
Log Message:
Fixes for bugs 182, 213, 214, 215.

Also applied patch 26 and 27 from 1.0-1.1 to scoop.sql, as they were in the
patches table but not actually in the database, leading to many questions about
where the special page edit form went.

-janra



Index: AdminStories.pm
===================================================================
RCS file: /cvs/scoop/scoop/lib/Scoop/Admin/AdminStories.pm,v
retrieving revision 1.151
retrieving revision 1.152
diff -C2 -d -r1.151 -r1.152
*** AdminStories.pm	8 Feb 2006 03:42:02 -0000	1.151
--- AdminStories.pm	13 Mar 2006 07:49:59 -0000	1.152
***************
*** 1146,1151 ****
  		} else {
  			$section_select .= qq|
! 		<INPUT TYPE="hidden" NAME="parent_section" VALUE="$parent">
! 		<b>[ <a href="/section/$parent">$S->{SECTION_DATA}->{$parent}->{title}</a> ]</b> |;
  		}
  	}
--- 1146,1151 ----
  		} else {
  			$section_select .= qq|
! 		<input type="hidden" name="parent_section" value="$parent">
! 		<b>[ <a href="%%rootdir%%/section/$parent">$S->{SECTION_DATA}->{$parent}->{title}</a> ]</b> |;
  		}
  	}