Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/admin/bundles/bundles-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ <h4 >{{bundle.name}}</h4>
</div>
</nav>
</motech-list-item>
<div class="alert">{{'admin.bundles.emptyBundlesList' | translate}}</div>
</motech-list>
6 changes: 1 addition & 5 deletions src/admin/messages/messages.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
<button class="icon-filter motech-sidebar-button" type="button">{{'admin.messages.filters' | translate}}</button>
</div>
</motech-list-header>
<motech-list-body>
<div class="alert alert-info" ng-show="messages.length < 1">
<span><p>{{'admin.messages.empty' | translate}}</p></span>
</div>
</motech-list-body>
<motech-list-item ng-repeat="message in pagedItems[currentPage]">
<fieldset class="form-inline">
<div class="form-group">
Expand All @@ -28,6 +23,7 @@
</div>
</fieldset>
</motech-list-item>
<div class="alert">{{'admin.messages.emptyMessagesList' | translate}}</div>
<motech-list-footer>
<uib-pagination total-items="messages" ng-model="currentPage" ng-change="setCurrentPage(currentPage)"></uib-pagination>
</motech-list-footer>
Expand Down
1 change: 1 addition & 0 deletions src/admin/messages/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ <h5 class="text-plain inside">{{'admin.messages.notifications.header' | translat
</div>
</fieldset>
</motech-list-item>
<div class="alert">{{'admin.messages.emptyRecipientList' | translate}}</div>
<motech-list-footer>
<div class="button-group">
<button class="button-add" ng-click="newRule()">{{'admin.messages.notifications.newRecipient' | translate}}</button>
Expand Down
1 change: 1 addition & 0 deletions src/email/logs.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<p class="alert alert-warning" ng-if="!log.message">No message</p>
</motech-list-collapsible>
</motech-list-item>
<div class="alert">{{'email.logging.emptyLogsList' | translate}}</div>
<motech-list-footer>
<uib-pagination total-items="totalItems" ng-model="currentPage" ng-change="changePageTo(currentPage)"></uib-pagination>
</motech-list-footer>
Expand Down