Commit 2c500ab6 authored by smestry's avatar smestry

updated the xsl for product wizard, increase the sixe of textfield for Meta...

updated the xsl for product wizard, increase the sixe of textfield for  Meta Keyword - 100 character, Meta Title - 75 character, Meta Description - 255 character


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@103669 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 99440989
...@@ -215,7 +215,7 @@ ...@@ -215,7 +215,7 @@
</td> </td>
<td class="td_leftAlign" colspan="3"> <td class="td_leftAlign" colspan="3">
<input type="text" name="Detail1.{normalize-space($dbID)}.meta_keywords" id="Detail1.{normalize-space($dbID)}.meta_keywords" <input type="text" name="Detail1.{normalize-space($dbID)}.meta_keywords" id="Detail1.{normalize-space($dbID)}.meta_keywords"
value="{meta_keywords}" maxlength="15" class="editInputClass" style="width: 100%" onkeyup = "return specialCharValidate(this.id);" /> value="{meta_keywords}" maxlength="100" class="editInputClass" style="width: 100%" onkeyup = "return specialCharValidate(this.id);" />
</td> </td>
</tr> </tr>
...@@ -225,7 +225,7 @@ ...@@ -225,7 +225,7 @@
</td> </td>
<td class="td_leftAlign" colspan="3"> <td class="td_leftAlign" colspan="3">
<input type="text" name="Detail1.{normalize-space($dbID)}.meta_title" id="Detail1.{normalize-space($dbID)}.meta_title" <input type="text" name="Detail1.{normalize-space($dbID)}.meta_title" id="Detail1.{normalize-space($dbID)}.meta_title"
value="{meta_title}" maxlength="15" class="editInputClass" style="width: 100%" onkeyup = "return specialCharValidate(this.id);" /> value="{meta_title}" maxlength="75" class="editInputClass" style="width: 100%" onkeyup = "return specialCharValidate(this.id);" />
</td> </td>
</tr> </tr>
...@@ -235,7 +235,7 @@ ...@@ -235,7 +235,7 @@
</td> </td>
<td class="td_leftAlign" colspan="3"> <td class="td_leftAlign" colspan="3">
<input type="text" name="Detail1.{normalize-space($dbID)}.meta_desc" id="Detail1.{normalize-space($dbID)}.meta_desc" <input type="text" name="Detail1.{normalize-space($dbID)}.meta_desc" id="Detail1.{normalize-space($dbID)}.meta_desc"
value="{meta_desc}" maxlength="15" class="editInputClass" style="width: 100%" value="{meta_desc}" maxlength="255" class="editInputClass" style="width: 100%"
onkeyup = "return specialCharValidate(this.id);" /> <!-- Changed by Sneha on 23-06-2016, for special character validation --> onkeyup = "return specialCharValidate(this.id);" /> <!-- Changed by Sneha on 23-06-2016, for special character validation -->
</td> </td>
</tr> </tr>
......
...@@ -177,7 +177,7 @@ function setActionVal( value ) ...@@ -177,7 +177,7 @@ function setActionVal( value )
</td> </td>
<td class="td_leftAlign" colspan="3"> <td class="td_leftAlign" colspan="3">
<input type="text" name="Detail2.{normalize-space($dbID)}.meta_keywords" id="Detail2.{normalize-space($dbID)}.meta_keywords" <input type="text" name="Detail2.{normalize-space($dbID)}.meta_keywords" id="Detail2.{normalize-space($dbID)}.meta_keywords"
value="{meta_keywords}" class="editInputClass" maxlength="15" style="width: 100%" onkeypress="return disableEnter()" value="{meta_keywords}" class="editInputClass" maxlength="100" style="width: 100%" onkeypress="return disableEnter()"
onkeyup = "return specialCharValidate(this.id);" /> onkeyup = "return specialCharValidate(this.id);" />
</td> </td>
</tr> </tr>
...@@ -188,7 +188,7 @@ function setActionVal( value ) ...@@ -188,7 +188,7 @@ function setActionVal( value )
</td> </td>
<td class="td_leftAlign" colspan="3"> <td class="td_leftAlign" colspan="3">
<input type="text" name="Detail2.{normalize-space($dbID)}.meta_title" id="Detail2.{normalize-space($dbID)}.meta_title" <input type="text" name="Detail2.{normalize-space($dbID)}.meta_title" id="Detail2.{normalize-space($dbID)}.meta_title"
value="{meta_title}" class="editInputClass" maxlength="15" style="width: 100%" onkeypress="return disableEnter()" value="{meta_title}" class="editInputClass" maxlength="75" style="width: 100%" onkeypress="return disableEnter()"
onkeyup = "return specialCharValidate(this.id);" /> onkeyup = "return specialCharValidate(this.id);" />
</td> </td>
</tr> </tr>
...@@ -199,7 +199,7 @@ function setActionVal( value ) ...@@ -199,7 +199,7 @@ function setActionVal( value )
</td> </td>
<td class="td_leftAlign" colspan="3"> <td class="td_leftAlign" colspan="3">
<input type="text" name="Detail2.{normalize-space($dbID)}.meta_desc" id="Detail2.{normalize-space($dbID)}.meta_desc" <input type="text" name="Detail2.{normalize-space($dbID)}.meta_desc" id="Detail2.{normalize-space($dbID)}.meta_desc"
value="{meta_desc}" class="editInputClass" maxlength="15" style="width: 100%" value="{meta_desc}" class="editInputClass" maxlength="255" style="width: 100%"
onkeyup = "return specialCharValidate(this.id);" onkeypress="return disableEnter()" /> <!-- Changed by Sneha on 23-06-2016, for special character validation --> onkeyup = "return specialCharValidate(this.id);" onkeypress="return disableEnter()" /> <!-- Changed by Sneha on 23-06-2016, for special character validation -->
</td> </td>
</tr> </tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment