fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [9963] javascript-fix


From: Erik Holm-Larsen
Subject: [Fmsystem-commits] [9963] javascript-fix
Date: Tue, 04 Sep 2012 07:05:06 +0000

Revision: 9963
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9963
Author:   erikhl
Date:     2012-09-04 07:05:05 +0000 (Tue, 04 Sep 2012)
Log Message:
-----------
javascript-fix

Modified Paths:
--------------
    trunk/activitycalendarfrontend/templates/base/organization_edit.php

Modified: trunk/activitycalendarfrontend/templates/base/organization_edit.php
===================================================================
--- trunk/activitycalendarfrontend/templates/base/organization_edit.php 
2012-09-04 05:20:38 UTC (rev 9962)
+++ trunk/activitycalendarfrontend/templates/base/organization_edit.php 
2012-09-04 07:05:05 UTC (rev 9963)
@@ -142,7 +142,7 @@
                                        <DD><INPUT name="org_contact2_mail" 
id="org_contact2_mail" size="50" type="text" value="<?php echo isset($contact1) 
? $contact1->get_email() : '' ?>"></DD>
                                </DIV>
                                <div class="form-buttons">
-                                       <input type="submit" name="save_org" 
value="<?php echo lang('send_change_request') ?>"/>
+                                       <input type="submit" name="save_org" 
value="<?php echo lang('send_change_request') ?>" onclick="return isOK();"/>
                                </div>
                        </dl>
                </form>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]