Post by nathandong » Thu Jun 11, 2015 3:49 pm

on the discount tab, when you hit add button, a row shows up. but you can't input anything.
the problem only exist in 2.0.3.1 . in 2.0.2.0 works ok.

I spend some time , i found the problem is , somehow this new version, missing out width =20% with start date and finish date.
the working one (2.0.2.0)

Code: Select all

<td class="text-left" style="width: 20%;"><div class="input-group date">
                          <input type="text" name="product_discount[0][date_start]" value="" placeholder="开始日期" data-date-format="YYYY-MM-DD" class="form-control">
                     
the wrong one(2.0.3.1):

Code: Select all

<td class="text-left" ><div class="input-group date">
                          <input type="text" name="product_discount[0][date_start]" value="" placeholder="开始日期" data-date-format="YYYY-MM-DD" class="form-control">
see attachment

Attachments

1.png

1.png (24.03 KiB) Viewed 374 times


Newbie

Posts

Joined
Sat May 16, 2015 5:41 pm
Who is online

Users browsing this forum: No registered users and 9 guests