@@ -107,40 +107,40 @@ <h4 class="modal-title">{{modalTitle}}</h4>
107107 </ div >
108108 < div class ="page-header clearfix ">
109109 < h2 class ="page-title pull-left "> < a href ="# " class ="help-link " data-title =""> < i class ="fa fa-question-circle "> </ i > </ a >
110- {{lbl.blogs}}</ h2 >
111- < button data-ng-click ="modalNew() " class ="btn btn-success btn-header pull-left "> < i class ="fa fa-plus "> </ i > New</ button >
110+ {{lbl.blogs}}
111+ </ h2 >
112+ < button data-ng-click ="modalNew() " class ="btn btn-success btn-sm btn-hasicon pull-left "> < i class ="fa fa-plus "> </ i > {{lbl.theNew}}</ button >
112113 < div class ="btn-group befdv pull-left ">
113114 < button ng-click ="processChecked('delete') " ng-disabled ="itemsChecked() === false " class ="btn btn-sm btn-danger "> < i class ="fa fa-trash "> </ i > {{lbl.doDelete}}</ button >
114115 </ div >
115116 < div class ="search pull-right ">
116117 < i class ="fa fa-search "> </ i >
117- < input type ="text " ng-model ="query " ng-change ="search() " placeholder ="{{lbl.search}} " />
118- < i class ="fa fa-times-circle "> </ i >
118+ < input type ="text " ng-model ="query " ng-change ="search() " placeholder ="{{lbl.search}}... " />
119119 </ div >
120120 </ div >
121121 < div class ="content-inner ">
122- < table class ="table table-responsive ">
122+ < table class ="table table-item-post ">
123123 < thead >
124124 < tr >
125- < th > < input type ="checkbox " id ="chkAll " ng-click ="checkAll($event) " /> </ th >
126- < th class ="table- item-title table-item-w60 "> < a data-ng-click ="sort_by('Title',$event) "> {{lbl.title}}</ a > </ th >
127- < th class ="hmax768 "> {{lbl.virtualPath}}</ th >
128- < th > {{lbl.primary}}</ th >
129- < th > {{lbl.active}}</ th >
130- < th class ="hmax768 "> {{lbl.isForSiteAggregation}}</ th >
125+ < th class =" item-checkbox " > < input type ="checkbox " id ="chkAll " ng-click ="checkAll($event) " /> </ th >
126+ < th class ="item-title "> < a data-ng-click ="sort_by('Title',$event) "> {{lbl.title}}</ a > </ th >
127+ < th class ="item-author "> {{lbl.virtualPath}}</ th >
128+ < th class =" item-state " > {{lbl.primary}}</ th >
129+ < th class =" item-state " > {{lbl.active}}</ th >
130+ < th class ="item-state "> {{lbl.isForSiteAggregation}}</ th >
131131 </ tr >
132132 </ thead >
133133 < tbody >
134134 < tr data-ng-repeat ="item in pagedItems[currentPage] | orderBy:sortingOrder:reverse ">
135135 < td > < input type ="checkbox " id ="{{item.Slug}} " ng-model ="item.IsChecked " data-ng-disabled ="item.IsPrimary " /> </ td >
136- < td class ="table- item-title ">
136+ < td class ="item-title ">
137137 < a title ="{{item.Name}} " href ="" ng-click ="modalEdit(item.Id) "> {{item.Name}}</ a >
138138 < a title ="{{item.Name}} " class ="external-link pull-right " target ="_blank " href ="{{item.RelativeWebRoot}} "> < i class ="fa fa-external-link "> </ i > </ a >
139139 </ td >
140- < td class ="ltr-dir hmax768 "> {{item.VirtualPath}}</ td >
141- < td > < input type ="checkbox " ng-model ="item.IsPrimary " data-ng-disabled ="true " /> </ td >
142- < td > < input type ="checkbox " ng-model ="item.IsActive " data-ng-disabled ="true " /> </ td >
143- < td class ="hmax768 "> < input type ="checkbox " data-ng-model ="item.IsSiteAggregation " data-ng-disabled ="true "> </ td >
140+ < td class ="item-author "> {{item.VirtualPath}}</ td >
141+ < td class =" item-state " > < input type ="checkbox " ng-model ="item.IsPrimary " data-ng-disabled ="true " /> </ td >
142+ < td class =" item-state " > < input type ="checkbox " ng-model ="item.IsActive " data-ng-disabled ="true " /> </ td >
143+ < td class ="item-state "> < input type ="checkbox " data-ng-model ="item.IsSiteAggregation " data-ng-disabled ="true "> </ td >
144144 </ tr >
145145 < tr id ="tr-spinner "> < td colspan ="6 "> < div id ="div-spinner "> < i class ="fa fa-spinner fa-spin "> </ i > </ div > </ td > </ tr >
146146 </ tbody >
0 commit comments