JIRA - fix N_SE-46874 switch buttons according to new documentation
authormaciej moczulski <m.moczulski@samsung.com>
Fri, 19 Jul 2013 08:44:08 +0000 (10:44 +0200)
committerheeju.joo <heeju.joo@samsung.com>
Mon, 29 Jul 2013 00:52:46 +0000 (09:52 +0900)
The Cancel button should be placed on the left

Change-Id: Ia556b59bb3fdedc7862443e00fbfcd0e0d1d32b2

demos/tizen-winsets/widgets/popupwindow/popup.html

index e1ef07a..ba1d343 100644 (file)
                                </ul>
                        </div>
                        <div class="ui-popup-button-bg">
-                               <a data-role="button" data-rel="back" data-inline="true">Ok</a>
                                <a data-role="button" data-rel="back" data-inline="true">Cancel</a>
+                               <a data-role="button" data-rel="back" data-inline="true">Ok</a>
                        </div>
                </div>
 
                                <input type="text" size="20" />
                        </div>
                        <div class="ui-popup-button-bg">
-                               <a data-role="button" data-rel="back" data-inline="true">OK</a>
                                <a data-role="button" id="btn_textbox_popup_cancel" data-inline="true">Cancel</a>
+                               <a data-role="button" data-rel="back" data-inline="true">OK</a>
                        </div>
                </div>