|
@@ -148,30 +148,30 @@ template(name="newUserRow")
|
|
template(name="orgRow")
|
|
template(name="orgRow")
|
|
tr
|
|
tr
|
|
if orgData.orgIsActive
|
|
if orgData.orgIsActive
|
|
- td <s>{{ orgData.orgDisplayName }}</s>
|
|
|
|
- else
|
|
|
|
td {{ orgData.orgDisplayName }}
|
|
td {{ orgData.orgDisplayName }}
|
|
- if orgData.orgIsActive
|
|
|
|
- td <s>{{ orgData.orgDesc }}</s>
|
|
|
|
else
|
|
else
|
|
- td {{ orgData.orgDesc }}
|
|
|
|
|
|
+ td <s>{{ orgData.orgDisplayName }}</s>
|
|
if orgData.orgIsActive
|
|
if orgData.orgIsActive
|
|
- td <s>{{ orgData.orgShortName }}</s>
|
|
|
|
|
|
+ td {{ orgData.orgDesc }}
|
|
else
|
|
else
|
|
- td {{ orgData.orgShortName }}
|
|
|
|
|
|
+ td <s>{{ orgData.orgDesc }}</s>
|
|
if orgData.orgIsActive
|
|
if orgData.orgIsActive
|
|
- td <s>{{ orgData.orgWebsite }}</s>
|
|
|
|
|
|
+ td {{ orgData.orgShortName }}
|
|
else
|
|
else
|
|
- td {{ orgData.orgWebsite }}
|
|
|
|
|
|
+ td <s>{{ orgData.orgShortName }}</s>
|
|
if orgData.orgIsActive
|
|
if orgData.orgIsActive
|
|
- td <s>{{ moment orgData.createdAt 'LLL' }}</s>
|
|
|
|
|
|
+ td {{ orgData.orgWebsite }}
|
|
else
|
|
else
|
|
|
|
+ td <s>{{ orgData.orgWebsite }}</s>
|
|
|
|
+ if orgData.orgIsActive
|
|
td {{ moment orgData.createdAt 'LLL' }}
|
|
td {{ moment orgData.createdAt 'LLL' }}
|
|
|
|
+ else
|
|
|
|
+ td <s>{{ moment orgData.createdAt 'LLL' }}</s>
|
|
td
|
|
td
|
|
if orgData.orgIsActive
|
|
if orgData.orgIsActive
|
|
- | {{_ 'no'}}
|
|
|
|
- else
|
|
|
|
| {{_ 'yes'}}
|
|
| {{_ 'yes'}}
|
|
|
|
+ else
|
|
|
|
+ | {{_ 'no'}}
|
|
td
|
|
td
|
|
a.edit-org
|
|
a.edit-org
|
|
i.fa.fa-edit
|
|
i.fa.fa-edit
|
|
@@ -182,30 +182,30 @@ template(name="orgRow")
|
|
template(name="teamRow")
|
|
template(name="teamRow")
|
|
tr
|
|
tr
|
|
if teamData.teamIsActive
|
|
if teamData.teamIsActive
|
|
- td <s>{{ teamData.teamDisplayName }}</s>
|
|
|
|
- else
|
|
|
|
td {{ teamData.teamDisplayName }}
|
|
td {{ teamData.teamDisplayName }}
|
|
- if teamData.teamIsActive
|
|
|
|
- td <s>{{ teamData.teamDesc }}</s>
|
|
|
|
else
|
|
else
|
|
- td {{ teamData.teamDesc }}
|
|
|
|
|
|
+ td <s>{{ teamData.teamDisplayName }}</s>
|
|
if teamData.teamIsActive
|
|
if teamData.teamIsActive
|
|
- td <s>{{ teamData.teamShortName }}</s>
|
|
|
|
|
|
+ td {{ teamData.teamDesc }}
|
|
else
|
|
else
|
|
- td {{ teamData.teamShortName }}
|
|
|
|
|
|
+ td <s>{{ teamData.teamDesc }}</s>
|
|
if teamData.teamIsActive
|
|
if teamData.teamIsActive
|
|
- td <s>{{ teamData.teamWebsite }}</s>
|
|
|
|
|
|
+ td {{ teamData.teamShortName }}
|
|
else
|
|
else
|
|
- td {{ teamData.teamWebsite }}
|
|
|
|
|
|
+ td <s>{{ teamData.teamShortName }}</s>
|
|
if teamData.teamIsActive
|
|
if teamData.teamIsActive
|
|
- td <s>{{ moment teamData.createdAt 'LLL' }}</s>
|
|
|
|
|
|
+ td {{ teamData.teamWebsite }}
|
|
else
|
|
else
|
|
|
|
+ td <s>{{ teamData.teamWebsite }}</s>
|
|
|
|
+ if teamData.teamIsActive
|
|
td {{ moment teamData.createdAt 'LLL' }}
|
|
td {{ moment teamData.createdAt 'LLL' }}
|
|
|
|
+ else
|
|
|
|
+ td <s>{{ moment teamData.createdAt 'LLL' }}</s>
|
|
td
|
|
td
|
|
if teamData.teamIsActive
|
|
if teamData.teamIsActive
|
|
- | {{_ 'no'}}
|
|
|
|
- else
|
|
|
|
| {{_ 'yes'}}
|
|
| {{_ 'yes'}}
|
|
|
|
+ else
|
|
|
|
+ | {{_ 'no'}}
|
|
td
|
|
td
|
|
a.edit-team
|
|
a.edit-team
|
|
i.fa.fa-edit
|
|
i.fa.fa-edit
|
|
@@ -313,8 +313,8 @@ template(name="editOrgPopup")
|
|
label
|
|
label
|
|
| {{_ 'active'}}
|
|
| {{_ 'active'}}
|
|
select.select-active.js-org-isactive
|
|
select.select-active.js-org-isactive
|
|
- option(value="false") {{_ 'yes'}}
|
|
|
|
- option(value="true" selected="{{org.orgIsActive}}") {{_ 'no'}}
|
|
|
|
|
|
+ option(value="false") {{_ 'no'}}
|
|
|
|
+ option(value="true" selected="{{org.orgIsActive}}") {{_ 'yes'}}
|
|
hr
|
|
hr
|
|
div.buttonsContainer
|
|
div.buttonsContainer
|
|
input.primary.wide(type="submit" value="{{_ 'save'}}")
|
|
input.primary.wide(type="submit" value="{{_ 'save'}}")
|
|
@@ -339,8 +339,8 @@ template(name="editTeamPopup")
|
|
label
|
|
label
|
|
| {{_ 'active'}}
|
|
| {{_ 'active'}}
|
|
select.select-active.js-team-isactive
|
|
select.select-active.js-team-isactive
|
|
- option(value="false") {{_ 'yes'}}
|
|
|
|
- option(value="true" selected="{{team.teamIsActive}}") {{_ 'no'}}
|
|
|
|
|
|
+ option(value="false") {{_ 'no'}}
|
|
|
|
+ option(value="true" selected="{{team.teamIsActive}}") {{_ 'yes'}}
|
|
hr
|
|
hr
|
|
div.buttonsContainer
|
|
div.buttonsContainer
|
|
input.primary.wide(type="submit" value="{{_ 'save'}}")
|
|
input.primary.wide(type="submit" value="{{_ 'save'}}")
|
|
@@ -442,8 +442,8 @@ template(name="newOrgPopup")
|
|
label
|
|
label
|
|
| {{_ 'active'}}
|
|
| {{_ 'active'}}
|
|
select.select-active.js-org-isactive
|
|
select.select-active.js-org-isactive
|
|
- option(value="false" selected="selected") {{_ 'yes'}}
|
|
|
|
- option(value="true") {{_ 'no'}}
|
|
|
|
|
|
+ option(value="false" selected="selected") {{_ 'no'}}
|
|
|
|
+ option(value="true") {{_ 'yes'}}
|
|
hr
|
|
hr
|
|
div.buttonsContainer
|
|
div.buttonsContainer
|
|
input.primary.wide(type="submit" value="{{_ 'save'}}")
|
|
input.primary.wide(type="submit" value="{{_ 'save'}}")
|
|
@@ -466,8 +466,8 @@ template(name="newTeamPopup")
|
|
label
|
|
label
|
|
| {{_ 'active'}}
|
|
| {{_ 'active'}}
|
|
select.select-active.js-team-isactive
|
|
select.select-active.js-team-isactive
|
|
- option(value="false" selected="selected") {{_ 'yes'}}
|
|
|
|
- option(value="true") {{_ 'no'}}
|
|
|
|
|
|
+ option(value="false" selected="selected") {{_ 'no'}}
|
|
|
|
+ option(value="true") {{_ 'yes'}}
|
|
hr
|
|
hr
|
|
div.buttonsContainer
|
|
div.buttonsContainer
|
|
input.primary.wide(type="submit" value="{{_ 'save'}}")
|
|
input.primary.wide(type="submit" value="{{_ 'save'}}")
|