Project

General

Profile

« Previous | Next » 

Revision 47131

Use UIKIT3 | changes in css

View differences:

claimProjectSearchForm.component.ts
12 12

  
13 13
    template: `
14 14
    <div>
15
      <form class="uk-form uk-animation  uk-panel uk-panel-box uk-panel-box-default " >
15
      <form class=" uk-animation  uk-padding uk-panel  uk-background-muted " >
16 16
                <table  ><tr>
17 17
                <td  >
18 18
               Search for projects:
......
131 131
      this.projectSelected.emit({
132 132
        value: true
133 133
      });
134
      UIkit.notify({
134
      UIkit.notification({
135 135
          message : 'A project "'+item.projectName+'" is selected.',
136 136
          status  : 'info',
137 137
          timeout : 1000,
138 138
          pos     : 'top-center'
139 139
      });
140 140
    }else{
141
      UIkit.notify({
141
      UIkit.notification({
142 142
          message : 'The project is already on your list.',
143 143
          status  : 'warning',
144 144
          timeout : 1000,

Also available in: Unified diff