This commit is contained in:
Nikolaos Laskaris 2017-11-20 12:06:36 +02:00
parent 023756c29d
commit 4d809859c8
2 changed files with 9 additions and 4 deletions

View File

@ -91,9 +91,11 @@
</tbody> </tbody>
<tfoot> <tfoot>
<tr> <tr>
<td colspan="8"> <td colspan="1">
<button type="button" class="btn btn-info btncustom" (click)="newDmpForm(item)">Create New</button> <button type="button" class="btn btn-info btncustom" (click)="newDmpForm(item)">Create New</button>
<mfBootstrapPaginator [rowsOnPageSet]="[5,20,40]"></mfBootstrapPaginator> </td>
<td colspan="7">
<mfBootstrapPaginator [rowsOnPageSet]="[5,10,20]"></mfBootstrapPaginator>
</td> </td>
</tr> </tr>
</tfoot> </tfoot>

View File

@ -74,9 +74,12 @@
</tbody> </tbody>
<tfoot> <tfoot>
<tr> <tr>
<td colspan="7"> <td colspan="1">
<button type="button" class="btn btn-info btncustom" (click)="newProject(item)">New Project</button> <button type="button" class="btn btn-info btncustom" (click)="newProject(item)">New Project</button>
<mfBootstrapPaginator [rowsOnPageSet]="[5,20,40]"></mfBootstrapPaginator> </td>
<td colspan="5">
<mfBootstrapPaginator [rowsOnPageSet]="[5,10,20]"></mfBootstrapPaginator>
</td> </td>
</tr> </tr>
</tfoot> </tfoot>