[About] Implement placeholder dialog
Implement a placeholder for the About dialog, including some minimal version information. WTD-667.
This commit is contained in:
12
platform/commonUI/about/res/templates/about-dialog.html
Normal file
12
platform/commonUI/about/res/templates/about-dialog.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<div ng-controller = "AboutController as about">
|
||||
This is a placeholder for the about dialog.
|
||||
|
||||
<a ng-click="about.openLicenses()">Show licenses.</a>
|
||||
|
||||
<p ng-repeat = "version in about.versions()">
|
||||
<span title="{{version.description}}">
|
||||
<b>{{version.name}}</b>
|
||||
<i>{{version.value}}</i>
|
||||
</span>
|
||||
</p>
|
||||
</div>
|
||||
Reference in New Issue
Block a user