fixes merge issues
This commit is contained in:
@@ -32,24 +32,4 @@
|
||||
// }
|
||||
|
||||
// }
|
||||
//}
|
||||
{
|
||||
// here we render <thead> and <tfoot>
|
||||
if (dgTabs.ShowHeader)
|
||||
table.Rows[0].TableSection = TableRowSection.TableHeader;
|
||||
if (dgTabs.ShowFooter)
|
||||
table.Rows[table.Rows.Count - 1].TableSection = TableRowSection.TableFooter;
|
||||
}
|
||||
}
|
||||
|
||||
protected void dgTabs_ItemDataBound(object sender, DataGridItemEventArgs e)
|
||||
{
|
||||
Table table = dgTabs.Controls[0] as Table;
|
||||
if (table != null && table.Rows.Count > 0)
|
||||
{
|
||||
if (dgTabs.ShowHeader)
|
||||
table.Rows[0].TableSection = TableRowSection.TableHeader;
|
||||
if (dgTabs.ShowFooter)
|
||||
table.Rows[table.Rows.Count - 1].TableSection = TableRowSection.TableFooter;
|
||||
}
|
||||
}
|
||||
//}
|
||||
@@ -42,7 +42,6 @@ using Macro = umbraco.cms.businesslogic.macro.Macro;
|
||||
using MacroErrorEventArgs = Umbraco.Core.Events.MacroErrorEventArgs;
|
||||
using System.Linq;
|
||||
using File = System.IO.File;
|
||||
using MacroTypes = umbraco.cms.businesslogic.macro.MacroTypes;
|
||||
using Member = umbraco.cms.businesslogic.member.Member;
|
||||
|
||||
namespace umbraco
|
||||
|
||||
Reference in New Issue
Block a user