Hide template selection if there aren't any templates. Auto-select category matching selected template. Suppress 'are you sure' message when selecting a template if no text entered. Fix bug when reselecting a template. Fix #360.

This commit is contained in:
Andy Henderson 2009-10-10 20:21:30 +00:00
parent 4262bfd884
commit 738b1a40bf
4 changed files with 41 additions and 8 deletions

View file

@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.4927
// Runtime Version:2.0.50727.3074
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@ -292,6 +292,15 @@ namespace ScrewTurn.Wiki {
/// </remarks>
protected global::System.Web.UI.WebControls.RequiredFieldValidator rfvTitle;
/// <summary>
/// TemplatesDiv control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlGenericControl TemplatesDiv;
/// <summary>
/// btnTemplates control.
/// </summary>