Lines 132-138
Link Here
|
132 |
[% END %] |
132 |
[% END %] |
133 |
[% END %] |
133 |
[% END %] |
134 |
</select> |
134 |
</select> |
135 |
<button type="submit" class="btn btn-small" type="submit"> |
135 |
<button type="submit" class="btn btn-default btn-sm" type="submit"> |
136 |
<i class="fa fa-refresh"></i> Update |
136 |
<i class="fa fa-refresh"></i> Update |
137 |
</button> |
137 |
</button> |
138 |
</form> |
138 |
</form> |
Lines 245-251
Link Here
|
245 |
<td class="ar-date"><span title="[% ar.created_on %]">[% ar.created_on | $KohaDates %]</span></td> |
245 |
<td class="ar-date"><span title="[% ar.created_on %]">[% ar.created_on | $KohaDates %]</span></td> |
246 |
<td class="ar-actions"> |
246 |
<td class="ar-actions"> |
247 |
<div class="dropdown"> |
247 |
<div class="dropdown"> |
248 |
<a class="btn btn-mini dropdown-toggle" id="ar-actions" role="button" data-toggle="dropdown" href="#"> |
248 |
<a class="btn btn-default btn-xs dropdown-toggle" id="ar-actions" role="button" data-toggle="dropdown" href="#"> |
249 |
Actions <b class="caret"></b> |
249 |
Actions <b class="caret"></b> |
250 |
</a> |
250 |
</a> |
251 |
|
251 |
|
Lines 373-379
Link Here
|
373 |
<td class="ar-date"><span title="[% ar.created_on %]">[% ar.created_on | $KohaDates %]</span></td> |
373 |
<td class="ar-date"><span title="[% ar.created_on %]">[% ar.created_on | $KohaDates %]</span></td> |
374 |
<td class="ar-actions"> |
374 |
<td class="ar-actions"> |
375 |
<div class="dropdown"> |
375 |
<div class="dropdown"> |
376 |
<a class="btn btn-mini dropdown-toggle" id="ar-actions" role="button" data-toggle="dropdown" href="#"> |
376 |
<a class="btn btn-default btn-xs dropdown-toggle" id="ar-actions" role="button" data-toggle="dropdown" href="#"> |
377 |
Actions <b class="caret"></b> |
377 |
Actions <b class="caret"></b> |
378 |
</a> |
378 |
</a> |
379 |
|
379 |
|