77 <input type =" search" class =" form-control" placeholder =" Search" />
88 <span class =" input-group-btn" >
99 <button class =" btn btn-default" type =" button" >
10- <span class =" glyphicon glyphicon-search" ></span >
10+ <span class =" {{ #unless mctheme }} glyphicon glyphicon-search{{ else }} fuelux-icon fuelux-icon-search {{ /unless }} " ></span >
1111 <span class =" sr-only" >Search</span >
1212 </button >
1313 </span >
3030 </div >
3131 <div class =" btn-group repeater-views" data-toggle =" buttons" >
3232 <label class =" btn btn-default active" >
33- <input name =" repeaterViews" type =" radio" value =" list" ><span class =" glyphicon glyphicon-list" ></span >
33+ <input name =" repeaterViews" type =" radio" value =" list" ><span class =" {{ #unless mctheme }} glyphicon glyphicon-list{{ else }} fuelux-icon fuelux-icon-gridview-list {{ /unless }} " ></span >
3434 </label >
3535 <label class =" btn btn-default" >
36- <input name =" repeaterViews" type =" radio" value =" thumbnail" ><span class =" glyphicon glyphicon-th" ></span >
36+ <input name =" repeaterViews" type =" radio" value =" thumbnail" ><span class =" {{ #unless mctheme }} glyphicon glyphicon-th{{ else }} fuelux-icon fuelux-icon-gridview-thumbnail {{ /unless }} " ></span >
3737 </label >
3838 </div >
3939 </div >
6565 <div class =" repeater-footer-right" >
6666 <div class =" repeater-pagination" >
6767 <button type =" button" class =" btn btn-default btn-sm repeater-prev" >
68- <span class =" glyphicon glyphicon-chevron-left" ></span >
68+ <span class =" {{ #unless mctheme }} glyphicon glyphicon-chevron-left{{ else }} fuelux-icon fuelux-icon-chevron-left {{ /unless }} " ></span >
6969 <span class =" sr-only" >Previous Page</span >
7070 </button >
7171 <label id =" {{ pageLabelID }} " class =" page-label" >{{ pageLabel }} </label >
8484 <input type =" text" class =" form-control repeater-secondaryPaging" aria-labelledby =" {{ pageLabelID }} " >
8585 <span >of <span class =" repeater-pages" ></span ></span >
8686 <button type =" button" class =" btn btn-default btn-sm repeater-next" >
87- <span class =" glyphicon glyphicon-chevron-right" ></span >
87+ <span class =" {{ #unless mctheme }} glyphicon glyphicon-chevron-right{{ else }} fuelux-icon fuelux-icon-chevron-right {{ /unless }} " ></span >
8888 <span class =" sr-only" >Next Page</span >
8989 </button >
9090 </div >
9191 </div >
9292 </div >
93- </div >
93+ </div >
0 commit comments