File tree Expand file tree Collapse file tree 6 files changed +21
-21
lines changed
app/views/partials/site/backbone Expand file tree Collapse file tree 6 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 1414 <td >
1515 <%= created_at %>
1616 </td >
17- <td >
17+ <td class = " text-center " >
1818 <a href =" {{ URL () } } /lrs/<%= _id %>/edit" class =" btn btn-xs btn-success btn-space" title =" {{ Lang:: get (' site.edit' ) } }" ><i class =" icon-pencil" ></i ></a >
1919 </td >
20- <td >
20+ <td class = " text-center " >
2121 <button class =" btn btn-danger btn-xs delete" title =" {{ Lang:: get (' site.delete' ) } }" ><i class =" icon-trash" ></i ></button >
2222 </td >
2323</script >
3030 <th >Statement #</th >
3131 <th >User #</th >
3232 <th >Created</th >
33- <th >Edit</th >
34- <th > </th >
33+ <th class = " text-center " >Edit</th >
34+ <th class = " text-center " >Delete </th >
3535 </tr >
3636 </thead >
3737 <tbody ></tbody >
6060 <td class =" col-sm-2" >
6161 <%= email %>
6262 </td >
63- <td class =" col-sm-4 " >
63+ <td class =" col-sm-3 " >
6464 <% if ( lrs_owned.length > 0 ){ %>
6565 <p >Lrs's owned:
6666 <% _.each(lrs_owned, function(lrs) { %>
8686 <td class =" col-sm-2" >
8787 <%= created_at %>
8888 </td >
89- <td class =" col-sm-1 " >
89+ <td class =" col-sm-2 text-center " >
9090 <button class =" btn btn-danger btn-xs delete" title =" {{ Lang:: get (' site.delete' ) } }" ><i class =" icon-trash" ></i ></button >
9191 </td >
9292</script >
100100 <th >LRSs</th >
101101 <th >Role</th >
102102 <th >Joined</th >
103- <th > </th >
103+ <th class = " text-center " >Delete </th >
104104 </tr >
105105 </thead >
106106 <tbody ></tbody >
125125 <td >
126126 <%= created_at %>
127127 </td >
128- <td >
128+ <td class = " text-center " >
129129 <button class =" btn btn-danger btn-xs delete" title =" {{ Lang:: get (' site.delete' ) } }" ><i class =" icon-remove" ></i ></button >
130130 </td >
131131</script >
Original file line number Diff line number Diff line change 1010 < th > < %= trans('exporting.fields.name') %> </ th >
1111 < th > < %= trans('exporting.fields.description') %> </ th >
1212 < th > < %= trans('exporting.fields.created') %> </ th >
13- < th > < %= trans('exporting.actions.edit') %> </ th >
14- < th > < %= trans('exporting.actions.delete') %> </ th >
13+ < th class =" text-center " > < %= trans('exporting.actions.edit') %> </ th >
14+ < th class =" text-center " > < %= trans('exporting.actions.delete') %> </ th >
1515 </ tr >
1616 </ thead >
1717 < tbody id ="exports ">
Original file line number Diff line number Diff line change 77< td >
88 < %= created_at %>
99</ td >
10- < td >
10+ < td class =" text-center " >
1111 < a id ="edit " class ="btn btn-info btn-sm " href ="#<%= _id %> ">
1212 < i class ="icon icon-pencil "> </ i >
1313 </ a >
1414</ td >
15- < td >
15+ < td class =" text-center " >
1616 < div id ="delete " class ="btn btn-danger btn-sm ">
1717 < i class ="icon icon-trash "> </ i >
1818 </ div >
Original file line number Diff line number Diff line change 11< td >
22 < input id ="typeahead-value " value ="<%= value %> " data-toggle ="tooltip " data-placement ="bottom " placeholder ="<%= example %> "/>
33</ td >
4- < td > < a id ="trash " class ="btn btn-danger btn-sm "> < i class ="icon icon-minus "> </ i > </ a > </ td >
4+ < td class =" text-center " > < a id ="trash " class ="btn btn-danger btn-sm "> < i class ="icon icon-minus "> </ i > </ a > </ td >
Original file line number Diff line number Diff line change 11< td > < %= name %> </ td >
22< td > < %= description %> </ td >
33< td > < %= created_at %> </ td >
4- < td > < a id ="edit " href ="#<%= _id %>/edit " class ="btn btn-info btn-sm "> < i class ="icon icon-pencil "> </ i > </ a > </ td >
5- < td > < a id ="graph " href ="#<%= _id %>/graph " class ="btn btn-success btn-sm " data-toggle ="tooltip " data-placement ="bottom " title ="View a graph of statements that match this report "> < i class ="icon icon-signal "> </ i > </ a > </ td >
6- < td > < a id ="statements " href ="reporting/<%= _id %>/statements " class ="btn btn-success btn-sm " data-toggle ="tooltip " data-placement ="bottom " title ="View a list of statements that match this report "> < i class ="icon icon-eye-open "> </ i > </ a > </ td >
7- < td > < a id ="trash " class ="btn btn-danger btn-sm "> < i class ="icon icon-trash "> </ i > </ a > </ td >
4+ < td class =" text-center " > < a id ="edit " href ="#<%= _id %>/edit " class ="btn btn-info btn-sm "> < i class ="icon icon-pencil "> </ i > </ a > </ td >
5+ < td class =" text-center " > < a id ="graph " href ="#<%= _id %>/graph " class ="btn btn-success btn-sm " data-toggle ="tooltip " data-placement ="bottom " title ="View a graph of statements that match this report "> < i class ="icon icon-signal "> </ i > </ a > </ td >
6+ < td class =" text-center " > < a id ="statements " href ="reporting/<%= _id %>/statements " class ="btn btn-success btn-sm " data-toggle ="tooltip " data-placement ="bottom " title ="View a list of statements that match this report "> < i class ="icon icon-eye-open "> </ i > </ a > </ td >
7+ < td class =" text-center " > < a id ="trash " class ="btn btn-danger btn-sm "> < i class ="icon icon-trash "> </ i > </ a > </ td >
Original file line number Diff line number Diff line change 99 < th > < %= trans('site.name') %> </ th >
1010 < th > < %= trans('site.description') %> </ th >
1111 < th > < %= trans('reporting.created') %> </ th >
12- < th > < %= trans('site.edit') %> </ th >
13- < th > < %= trans('reporting.graph') %> </ th >
14- < th > < %= trans('statements.statements') %> </ th >
15- < th > < %= trans('site.delete') %> </ th >
12+ < th class =" text-center " > < %= trans('site.edit') %> </ th >
13+ < th class =" text-center " > < %= trans('reporting.graph') %> </ th >
14+ < th class =" text-center " > < %= trans('statements.statements') %> </ th >
15+ < th class =" text-center " > < %= trans('site.delete') %> </ th >
1616 </ tr >
1717 </ thead >
1818 < tbody id ="models "> </ tbody >
You can’t perform that action at this time.
0 commit comments