Onboarding Page Account Admin Change
[portal.git] / ecomp-portal-FE-common / client / app / views / users / users.tpl.html
index ef08e50..538899d 100644 (file)
@@ -39,7 +39,7 @@
     <div class="w-ecomp-main-container" >
         <div class="users-page-main" id="page-content">
             <div id="users-page-title" class="w-ecomp-main-view-title">
-                <h1 class="heading-page" >Users</h1>
+                <h1 class="heading-page" >{{'Users'|T}}</h1>
             </div>
             <div class="users-table">
                 <div class="table-control">
                                                <div>
                                                        <input id="input-table-search" placeholder="Search" class="table-search-field" type="text" data-ng-model="users.searchString">
                                                </div>
-                                               <button class="btn btn-alt btn-small" id="users-button-add"  ng-click="users.openAddNewUserModal()"><i class="icon-people-userbookmark" aria-hidden="true"></i>&nbsp;Add User</button> 
+                                               <button class="btn btn-alt btn-small" id="users-button-add"  ng-click="users.openAddNewUserModal()"><i class="icon-people-userbookmark" aria-hidden="true"></i>&nbsp;Add</button> 
                                <button class="btn btn-alt btn-small" id="users-bulk-upload-button-add"  ng-click="users.openBulkUserUploadModal()"><i class="icon-arrows-upload" aria-hidden="true"></i>&nbsp;Bulk Upload</button>
                                        </div>
                 </div>
                 <div ng-hide="users.isLoadingTable">
                     <div class="error-text" id="div-select-app" ng-show="noAppSelected">
-                        <p class="error-help">Use the 'Select application' dropdown to see users.</p>
+                        <p class="error-help">{{'Use dropdown'|T}}.</p>
                     </div>
                     <div class="error-text"
                          id="div-error-no-users"
                                        <table>
                                                <thead b2b-table-row type="header">
                                                        <tr >
-                                                               <th b2b-table-header key="firstName" sortable="true" id="col1" default-sort="a">First Name</th>
-                                                               <th b2b-table-header key="lastName" sortable="true" id="col2">Last Name</th>
-                                                               <th b2b-table-header key="orgUserId" sortable="true" id="col3">User ID</th>
-                                                               <th b2b-table-header key="" sortable="falses" id="col4">Roles</th>
+                                                               <th b2b-table-header key="firstName" sortable="true" id="col1" default-sort="a">{{'First Name'|T}}</th>
+                                                               <th b2b-table-header key="lastName" sortable="true" id="col2">{{'Last Name'|T}}</th>
+                                                               <th b2b-table-header key="orgUserId" sortable="true" id="col3">{{'User Id'|T}}</th>
+                                                               <th b2b-table-header key="" sortable="falses" id="col4">{{'Roles'|T}}</th>
                                                        </tr>
                                                </thead>
                                                <tbody b2b-table-row type="body"        row-repeat="rowData in users.accountUsers" class="table-users-div">
                                </div>
             </div>
             <div class="error-text"  id="div-error-403" ng-show="adminAppsIsNull==true">
-                <h1>Attention:</h1>
+                <h1>{{'Attention'|T}}:</h1>
                 <p>&nbsp;</p>
                 <p class="error-help">It appears that you have not been added as an admin yet to an application.</p>
                 <p>&nbsp;</p>
         </div>
     </div>
 
-</div>
+</div>
\ No newline at end of file