Project

General

Profile

« Previous | Next » 

Revision 59468

[Trunk | Admin]: Merging branch 'use-UoaAdminToolsLibrary' into trunk for revisions 58405:59467

View differences:

divIds.component.html
8 8
            <form target="BSFormPanel_Admin_1" class="search">
9 9
                <!-- <input #inputstring (keyup.enter)="filterBySearch(inputstring.value)" placeholder="Class name..." type="text" class="uk-input uk-width-medium"/>
10 10
                <button class="uk-button" type="submit">Search</button> -->
11
                <input type="text" class="uk-input uk-width-medium" placeholder="Class name..." aria-describedby="sizing-addon2"  [(ngModel)]="keyword"  name="keyword" >
11
                <input type="text" class="uk-input uk-width-medium" placeholder="Class name, portal type..." aria-describedby="sizing-addon2"  [(ngModel)]="keyword"  name="keyword" >
12 12
                <button (click)="filterBySearch(keyword)"  type="submit" class=" uk-button">
13 13
                   <span class="uk-icon">
14 14
                   <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" icon="search" ratio="1"><circle fill="none" stroke="#000" stroke-width="1.1" cx="9" cy="9" r="7"></circle><path fill="none" stroke="#000" stroke-width="1.1" d="M14,14 L18,18 L14,14 Z"></path></svg>
......
58 58
                                            <th>Name</th>
59 59
                                            <!-- <th>Community</th> -->
60 60
                                            <th>Page</th>
61
                                            <th>Portal Type</th>
61 62
                                            <th>Actions</th>
62 63
                                        </tr>
63 64
                                    </thead>
......
79 80
                                                </div>
80 81
                                            </td>
81 82
                                            <td>
83
                                              <div class="portalType" href="#">{{check.divId.portalType}}</div>
84
                                            </td>
85
                                            <td>
82 86
                                                <div class="actions" href="#">
83 87
                                                    <input title="Edit" src="assets/imgs/icn_edit.png" class="edit uk-margin-small-right" type="image" (click)="editDivId(i)">
84 88
                                                    <input title="Delete" src="assets/imgs/icn_trash.png" class="delete" type="image" (click)="confirmDeleteDivId(check.divId._id)">

Also available in: Unified diff