Skip to content

Commit

Permalink
Update appManage template (temp)
Browse files Browse the repository at this point in the history
  • Loading branch information
tassoevan committed Jul 25, 2019
1 parent bac927b commit ce79acd
Show file tree
Hide file tree
Showing 3 changed files with 197 additions and 208 deletions.
14 changes: 8 additions & 6 deletions app/apps/client/admin/appManage.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
<!-- This page allows for settings to be changed but not all of them are implemented yet -->
<template name="appManage">
{{#with app}}
<section class="page-container page-home page-static page-settings rc-apps-marketplace">
<section class="page-container page-home page-static page-settings rc-apps-section">
{{# header sectionName='App_Details' fixedHeight=true hideHelp=true fullpage=true}}
<div class="rc-header__section-button">
{{#unless disabled}}
<button class="rc-button rc-button--cancel js-cancel-editing">{{_ "Cancel" }}</button>
{{#unless isSettingsPristine}}
<button class="rc-button rc-button--cancel js-cancel-editing-settings">{{_ "Cancel" }}</button>
{{/unless}}
<button class="rc-button rc-button--primary js-save {{#if saving}} loading{{/if}}" disabled='{{disabled}}'>{{_ "Save_changes" }}</button>
<button class="rc-button rc-button--primary js-save-settings {{#if saving}} loading{{/if}}" disabled='{{isSettingsPristine}}'>{{_ "Save_changes" }}</button>
</div>

<div class="rc-header__block rc-header__block-action">
<button class="rc-button rc-button--nude js-cancel">{{> icon icon="cross"}}</button>
<button class="rc-button rc-button--nude js-close">
{{> icon icon="cross"}}
</button>
</div>
{{/header}}

<div class="content">
{{#requiresPermission 'manage-apps'}}
{{#if error}}
Expand Down
Loading

0 comments on commit ce79acd

Please sign in to comment.