Subversion Repositories SmartDukaan

Rev

Rev 29707 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 29707 Rev 33838
Line 17... Line 17...
17
</style>
17
</style>
18
<section>
18
<section>
19
<table class="table table-striped upgradeTable"  >
19
<table class="table table-striped upgradeTable"  >
20
	<thead>
20
	<thead>
21
			 <tr class="upgrade-header">
21
			 <tr class="upgrade-header">
22
			 	<th>Brand</th>
22
				 <th>Brand --</th>
23
		 		<th>Before $yms.get(0).format($dateYearMonthFormatter)</th>
23
		 		<th>Before $yms.get(0).format($dateYearMonthFormatter)</th>
24
				
24
				
25
				#foreach($ym in $yms )
25
				#foreach($ym in $yms )
26
				 <th> <input type="hidden" value="$ym.format($dateMonthYearFormatter)"/> $ym.format($dateYearMonthFormatter)</th>
26
				 <th> <input type="hidden" value="$ym.format($dateMonthYearFormatter)"/> $ym.format($dateYearMonthFormatter)</th>
27
				 #end
27
				 #end