Sha256: 112f48cdd45609d1400f8bbeb918c475b5b01385ab641f357bd8312aa9b69322

Contents?: true

Size: 1.08 KB

Versions: 30

Compression:

Stored size: 1.08 KB

Contents

<div class="notification-widget">
  <!-- Popup notifications -->
  <div>
    <script type="text/ng-template" id="internal-notif-popup-modal.html">
      <!-- Modal Header -->
      <div class="modal-header">
        <div class="close" type="button" ng-click="notifPopup.close()" >×</div>

        <h3>
          {{notifPopup.model.title}}
        </h3>
      </div>

      <!-- Modal Body -->
      <div class="modal-body scrollable-frame" ng-style="{ maxHeight: windowHeight-200 + 'px' }">
        <div ng-bind-html="notifPopup.model.content"></div>
      </div>

      <!-- Modal Footer -->
      <div class="modal-footer">
        <button ng-click="notifPopup.close()" class="fbtn fbtn-large fbtn-grey">{{notifPopup.model.dismissText}}</button>
      </div>
    </script>
  </div>

  <!-- Flash Notifications-->
  <div ng-class="notifWidget.classFor(msgObject)" ng-repeat="msgObject in notifWidget.outboundQueue" id="notification{{$index}}">
    <button type="button" class="close" ng-click="notifWidget.closeMsg(msgObject)">&times;</button>
    <div ng-bind-html="msgObject.msg"></div>
  </div>
</div>

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
mno-enterprise-frontend-3.4.0 app/assets/templates/mno_enterprise/maestrano-components/notification-widget.html
mno-enterprise-frontend-3.3.3 app/assets/templates/mno_enterprise/maestrano-components/notification-widget.html
mno-enterprise-frontend-3.3.2 app/assets/templates/mno_enterprise/maestrano-components/notification-widget.html
mno-enterprise-frontend-3.2.1 app/assets/templates/mno_enterprise/maestrano-components/notification-widget.html
mno-enterprise-frontend-3.3.1 app/assets/templates/mno_enterprise/maestrano-components/notification-widget.html
mno-enterprise-frontend-3.3.0 app/assets/templates/mno_enterprise/maestrano-components/notification-widget.html
mno-enterprise-frontend-3.2.0 app/assets/templates/mno_enterprise/maestrano-components/notification-widget.html
mno-enterprise-frontend-3.1.4 app/assets/templates/mno_enterprise/maestrano-components/notification-widget.html
mno-enterprise-frontend-3.0.7 app/assets/templates/mno_enterprise/maestrano-components/notification-widget.html
mno-enterprise-frontend-2.0.9 app/assets/templates/mno_enterprise/maestrano-components/notification-widget.html
mno-enterprise-frontend-3.1.3 app/assets/templates/mno_enterprise/maestrano-components/notification-widget.html
mno-enterprise-frontend-3.0.6 app/assets/templates/mno_enterprise/maestrano-components/notification-widget.html
mno-enterprise-frontend-2.0.8 app/assets/templates/mno_enterprise/maestrano-components/notification-widget.html
mno-enterprise-frontend-3.1.2 app/assets/templates/mno_enterprise/maestrano-components/notification-widget.html
mno-enterprise-frontend-3.0.5 app/assets/templates/mno_enterprise/maestrano-components/notification-widget.html
mno-enterprise-frontend-2.0.7 app/assets/templates/mno_enterprise/maestrano-components/notification-widget.html
mno-enterprise-frontend-2.0.6 app/assets/templates/mno_enterprise/maestrano-components/notification-widget.html
mno-enterprise-frontend-2.0.5 app/assets/templates/mno_enterprise/maestrano-components/notification-widget.html
mno-enterprise-frontend-3.1.1 app/assets/templates/mno_enterprise/maestrano-components/notification-widget.html
mno-enterprise-frontend-3.0.4 app/assets/templates/mno_enterprise/maestrano-components/notification-widget.html