@@ -107,40 +107,40 @@ <h4 class="modal-title">{{modalTitle}}</h4>
107
107
</ div >
108
108
< div class ="page-header clearfix ">
109
109
< 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 >
112
113
< div class ="btn-group befdv pull-left ">
113
114
< button ng-click ="processChecked('delete') " ng-disabled ="itemsChecked() === false " class ="btn btn-sm btn-danger "> < i class ="fa fa-trash "> </ i > {{lbl.doDelete}}</ button >
114
115
</ div >
115
116
< div class ="search pull-right ">
116
117
< 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}}... " />
119
119
</ div >
120
120
</ div >
121
121
< div class ="content-inner ">
122
- < table class ="table table-responsive ">
122
+ < table class ="table table-item-post ">
123
123
< thead >
124
124
< 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 >
131
131
</ tr >
132
132
</ thead >
133
133
< tbody >
134
134
< tr data-ng-repeat ="item in pagedItems[currentPage] | orderBy:sortingOrder:reverse ">
135
135
< 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 ">
137
137
< a title ="{{item.Name}} " href ="" ng-click ="modalEdit(item.Id) "> {{item.Name}}</ a >
138
138
< a title ="{{item.Name}} " class ="external-link pull-right " target ="_blank " href ="{{item.RelativeWebRoot}} "> < i class ="fa fa-external-link "> </ i > </ a >
139
139
</ 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 >
144
144
</ tr >
145
145
< tr id ="tr-spinner "> < td colspan ="6 "> < div id ="div-spinner "> < i class ="fa fa-spinner fa-spin "> </ i > </ div > </ td > </ tr >
146
146
</ tbody >
0 commit comments