kelvinkoh006 / traceper

Automatically exported from code.google.com/p/traceper
0 stars 0 forks source link

Refactor: Using generic dialog message window in registering gps device #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Removing "registerMessage" dialog widget in 
http://code.google.com/p/traceper/source/browse/branches/DevWebInterface/protect
ed/views/site/registerGPSTracker.php?r=583

and using generic dialog message 
like here 
http://code.google.com/p/traceper/source/browse/branches/DevWebInterface/protect
ed/views/site/register.php

 $("#messageDialogText").html("An activation mail is sent to your e-mail address");                                                                                                                                                          $("#messageDialog").dialog("open");  

Original issue reported on code.google.com by ahmetmermerkaya@gmail.com on 18 Jan 2012 at 6:20

GoogleCodeExporter commented 9 years ago

Original comment by adnanka...@gmail.com on 31 Mar 2012 at 9:59

GoogleCodeExporter commented 9 years ago
Could we use showMessageDialog function in TrackerOperator.js?

Original comment by ahmetmermerkaya@gmail.com on 19 Apr 2012 at 6:24

GoogleCodeExporter commented 9 years ago
showMessageDialog() function in TrackerOperator.js is used in 
registerGPSTracker.php, createGeofence.php, geofenceSettings.php, 
createGroup.php, groupList.php, groupMembers.php, groupPrivacySetting.php, 
groupSettings.php, register.php, getList.php, userList.php files.

Original comment by adnanka...@gmail.com on 3 May 2012 at 8:45