@cronapp/templates 2.9.6-SP.7 → 2.9.6-SP.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@cronapp/templates",
3
- "version": "2.9.6-SP.7",
3
+ "version": "2.9.6-SP.9",
4
4
  "cronapp-ide-minimum-version": "2.5.0"
5
5
  }
@@ -16,13 +16,6 @@
16
16
  <h1 class="title" align-title="text-align: center;" style="text-align: center;">
17
17
  {{"Home.view.Users" | translate}}</h1>
18
18
  <div side="right" class="buttons buttons-right header-item" data-component="crn-header-button">
19
- <button aria-labelledby="right_plus_sr" class="button button-clear"
20
- ng-if="!User.inserting && !User.editing"
21
- ng-click="User.startInserting()" data-component="crn-button"
22
- xattr-type="button-clear">
23
- <i class="icon ion-ios-plus-empty"></i>
24
- <span id="right_plus_sr" class="sr-only">{{'Accessibility.Button.Aria.Label.Add' | translate}}</span>
25
- </button>
26
19
  <button aria-labelledby="right_checkmark_sr" class="button button-clear"
27
20
  ng-if="User.inserting || User.editing"
28
21
  ng-click="User.post()" data-component="crn-button" xattr-type="button-clear">
@@ -63,7 +56,7 @@
63
56
  <div class="item item-input item-stacked-label general-dynamic-image component-holder" quality="60" data-component="crn-dynamic-image" id="crn-dynamic-image-218116" ng-model="User.active.picture">
64
57
  <label class="input-label">{{'Users.view.Picture' | translate}}</label>
65
58
  <div class="form-group">
66
- <div dynamic-image="" alt="Dynamic Image Aria Label Text" ng-model="vars.input4657" max-file-size="5MB" target-width="640" target-height="480" class="dynamic-image-container" ng-required="false" allow-edit="false">
59
+ <div dynamic-image="" alt="Dynamic Image Aria Label Text" ng-model="User.active.picture" max-file-size="5MB" target-width="640" target-height="480" class="dynamic-image-container" ng-required="false" allow-edit="false">
67
60
  {{"template.crud.clickToAddImage" | translate}}
68
61
  </div>
69
62
  </div>
@@ -1,4 +1,4 @@
1
1
  <#if !(service!"false")?boolean >
2
- path.content=/templates
2
+ path=/templates
3
3
  </#if>
4
4
  file=application.properties.ftl
@@ -0,0 +1,4 @@
1
+ <#if !(service!"false")?boolean >
2
+ file=reset-password.ftlh
3
+ file=reset-password_pt_BR.ftlh
4
+ </#if>