diff --git a/templates/freelancer_Template_Management.html b/templates/freelancer_Template_Management.html index 9072398..5b2c530 100644 --- a/templates/freelancer_Template_Management.html +++ b/templates/freelancer_Template_Management.html @@ -8,23 +8,26 @@ Please Log in. {{/COOKIE_LOGGED_IN}} {{#COOKIE_LOGGED_IN}} -

Freelancer: {{freelanceremail}}

-
-
- - {{#templates}} - - - - - {{/templates}} -
{{name}} -
- - - -
-
+

Freelancer: {{freelanceremail}}

+
+
+ + {{#templates}} + + + + + {{/templates}} +
{{name}} +
+ + + +
+
+
+ +
{{/COOKIE_LOGGED_IN}} {{> templateIncludes/freelancerLoginSignupProfileLogoutInterface.html.html}}
diff --git a/templates/freelancer_Template_Management_Fulfilment.html b/templates/freelancer_Template_Management_Fulfilment.html index cb1716c..b39d950 100644 --- a/templates/freelancer_Template_Management_Fulfilment.html +++ b/templates/freelancer_Template_Management_Fulfilment.html @@ -5,21 +5,49 @@

Freelancer: {{freelancername}}

-

Template: {{templatename}}

-
Contact Information:
-
- {{contactdata}}
- {{contactinformation}} -
-
-
Payment Information:
-
- Prefered Currency: {{currencypreference}}
- Price: {{pricetotal}} - Upfront: {{priceupfront}} - On Delivery: {{priceondeliver}}
-
-
-
Description:
-
{{content}}
+ {{^OPERATION_EDIT}} +

Template: {{templatename}}

+
Contact Information:
+
+ {{contactdata}}
+ {{contactinformation}} +
+
+
Payment Information:
+
+ Prefered Currency: {{currencypreference}}
+ Price: {{pricetotal}} - Upfront: {{priceupfront}} - On Delivery: {{priceondeliver}}
+
+
+
Description:
+
{{content}}
+ {{/OPERATION_EDIT}} + {{#OPERATION_EDIT}} +
+
+
+
+
+
+
+
+
+ +
+
+ {{/OPERATION_EDIT}} + {{#OPERATION_DELETE}} +
+
+ +
+
+ {{/OPERATION_DELETE}} + {{#TEMPLATE_OPERATION_ERROR_NO_TEMPLATE}} +
+ Template could not be found +
+ {{/TEMPLATE_OPERATION_ERROR_NO_TEMPLATE}}