diff options
Diffstat (limited to 'template/yoga/admin/thumbnail.tpl')
-rw-r--r-- | template/yoga/admin/thumbnail.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/yoga/admin/thumbnail.tpl b/template/yoga/admin/thumbnail.tpl index cf5345d43..8023a5551 100644 --- a/template/yoga/admin/thumbnail.tpl +++ b/template/yoga/admin/thumbnail.tpl @@ -78,14 +78,14 @@ <span class="property"> <label for="width">{lang:maximum width}</label> </span> - <input type="text" id="width" name="width" value="{params.WIDTH_TN}" onfocus="this.className='focus';" onblur="this.className='nofocus';" /> + <input type="text" id="width" name="width" value="{params.WIDTH_TN}" /> </li> <li> <span class="property"> <label for="height">{lang:maximum height}</label> </span> - <input type="text" id="height" name="height" value="{params.HEIGHT_TN}" onfocus="this.className='focus';" onblur="this.className='nofocus';" /> + <input type="text" id="height" name="height" value="{params.HEIGHT_TN}" /> </li> <li> |