From abc7b0292137399be332020d699b44e35600db86 Mon Sep 17 00:00:00 2001
From: rsanchez <rsanchez@curisit.net>
Date: Thu, 22 Jun 2017 17:04:49 +0000
Subject: [PATCH] #3646 fix - Changes on form titles and other minor changes

---
 securis/src/main/webapp/src/app/forms/licensetype.form.html |   17 ++---------------
 1 files changed, 2 insertions(+), 15 deletions(-)

diff --git a/securis/src/main/webapp/src/app/forms/licensetype.form.html b/securis/src/main/webapp/src/app/forms/licensetype.form.html
index 1e64b6f..cd999e7 100644
--- a/securis/src/main/webapp/src/app/forms/licensetype.form.html
+++ b/securis/src/main/webapp/src/app/forms/licensetype.form.html
@@ -3,24 +3,11 @@
 		<button md-icon-button (click)="goBack()" color="accent">
 			<md-icon>arrow_back</md-icon>
 		</button>
-		<span class="md-title" [innerText]="form_title"></span>
+		<span [innerText]="form_title"></span>
+		<span *ngIf="!isNew" style="margin-left:10px;">({{data.code}})</span>
 		<span flex></span>
 		<button md-icon-button (click)="save()"><md-icon>save</md-icon></button>
 	</md-toolbar>
-	<!--
-			code: 'CICS',
-  creation_timestamp: 1418384439000,
-  description: 'Wellbore integrity analysis software',
-  id: 1,
-  license_filename: 'config_server.lic',
-  name: 'CurisIntegrity',
-  metadata: 
-   [ { key: 'max_docs',
-       value: '250000',
-       readonly: true,
-       mandatory: true } ] 
-}
-		-->
 	<div class="margin" layout-align-gt-xs="center start" layout-fill="" layout-gt-xs="row">
 		<md-card flex="70">
 			<md-card-title>

--
Gitblit v1.3.2