Sha256: fe42c109687dde1c103135cf049116eb8a0ca3ce86db71e64b1fc0f1d104dbb8
Contents?: true
Size: 972 Bytes
Versions: 90
Compression:
Stored size: 972 Bytes
Contents
<span page-title ng-model="activationKey">{{ 'Add Subscriptions for Activation Key:' | translate }} {{ activationKey.name }}</span> <div data-extend-template="layouts/partials/table.html"> <div data-block="list-actions"> <div ng-hide="denied('edit_activation_keys', activationKey)"> <button class="btn btn-primary" type="button" translate ng-disabled="disableAddButton()" ng-click="addSelected()"> {{ 'Add Selected' | translate }} </button> </div> </div> <span data-block="no-rows-message" translate> You currently don't have any Products to subscribe to, you can add Products after selecting 'Products' under 'Content' in the main menu </span> <span data-block="no-search-results-message" translate> Your search returned zero Products. </span> <div data-block="table"> <div data-extend-template="common/views/subscription-add-or-remove.html"></div> </div> </div>
Version data entries
90 entries across 90 versions & 1 rubygems