admin: theme page format
This commit is contained in:
parent
2ccc59b4fa
commit
ff3e83e9ee
@ -1,4 +1,4 @@
|
|||||||
<h2>{{theme.name}} <small>{{theme.authors}}</small></h2>
|
<h2>{{theme.name}} <small>{{theme.authors | stripHTML}}</small></h2>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<form ng-submit="saveTheme()" class="col-4">
|
<form ng-submit="saveTheme()" class="col-4">
|
||||||
@ -23,7 +23,7 @@
|
|||||||
<button type="button" ng-click="syncExo()" ng-class="{'disabled': inSync}" class="float-right btn btn-sm btn-light ml-2"><span class="glyphicon glyphicon-refresh" aria-hidden="true"></span> Synchroniser</button>
|
<button type="button" ng-click="syncExo()" ng-class="{'disabled': inSync}" class="float-right btn btn-sm btn-light ml-2"><span class="glyphicon glyphicon-refresh" aria-hidden="true"></span> Synchroniser</button>
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
<p><input type="search" class="form-control" placeholder="Search" ng-model="query" autofocus></p>
|
<p><input type="search" class="form-control form-control-sm" placeholder="Search" ng-model="query" autofocus></p>
|
||||||
<table class="table table-hover table-bordered table-striped table-sm">
|
<table class="table table-hover table-bordered table-striped table-sm">
|
||||||
<thead class="thead-dark">
|
<thead class="thead-dark">
|
||||||
<tr>
|
<tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user