Sha256: a139da9926a27d937d2bf0f390225dbf3c44dfdf7d85e62482fa6cd7a6a19ac0

Contents?: true

Size: 1.18 KB

Versions: 10

Compression:

Stored size: 1.18 KB

Contents

<div class="modal-header">
  <div class="close" type="button" ng-click="modal.close(_self)" >×</div>
  <h3>Create New Company For Your Customer</h3>
</div>

<div class="modal-body">
  <div class="row">
    <div class="col-sm-12">
      <div class="alert alert-error" ng-show="modal.errors">
        <button class="close" ng-click="modal.errors=''">×</button>
        <ul>
          <li ng-repeat="error in modal.errors">{{error}}</li>
        </ul>
      </div>
    </div>
  </div>

  <div class="row">
    <div class="col-sm-6 col-sm-offset-3 text-center">
      <p>Enter a name for your new company</p>
      <div class="spacer1"></div>
      <input type="text" class="form-control" ng-model="modal.model.name" required/>
    </div>
  </div>
</div>

<div class="modal-footer">
  <div class="row">
    <div class="col-sm-12">
      <button class="btn btn-lg btn-shaded" ng-click="modal.close(_self)" ng-show="!modal.isLoading">Cancel</button>
      <button class="btn btn-lg btn-info" ng-click="modal.proceed(_self)" ng-show="!modal.isLoading">Create</button>
      <img ng-src="{{assetPath['mno_enterprise/loader-32x32-bg-main.gif']}}" ng-show="modal.isLoading" alt="Loading">
    </div>
  </div>
</div>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
mno-enterprise-frontend-2.0.9 app/assets/templates/mno_enterprise/modals/new-organization-reseller-req.html
mno-enterprise-frontend-2.0.8 app/assets/templates/mno_enterprise/modals/new-organization-reseller-req.html
mno-enterprise-frontend-2.0.7 app/assets/templates/mno_enterprise/modals/new-organization-reseller-req.html
mno-enterprise-frontend-2.0.6 app/assets/templates/mno_enterprise/modals/new-organization-reseller-req.html
mno-enterprise-frontend-2.0.5 app/assets/templates/mno_enterprise/modals/new-organization-reseller-req.html
mno-enterprise-frontend-2.0.4 app/assets/templates/mno_enterprise/modals/new-organization-reseller-req.html
mno-enterprise-frontend-2.0.3 app/assets/templates/mno_enterprise/modals/new-organization-reseller-req.html
mno-enterprise-frontend-2.0.2 app/assets/templates/mno_enterprise/modals/new-organization-reseller-req.html
mno-enterprise-frontend-2.0.1 app/assets/templates/mno_enterprise/modals/new-organization-reseller-req.html
mno-enterprise-frontend-2.0.0 app/assets/templates/mno_enterprise/modals/new-organization-reseller-req.html