Show
Ignore:
Timestamp:
04/29/05 14:21:46 (7 years ago)
Author:
fproulx
Message:

2005-04-29 Fran�ois Proulx <francois.proulx@…>

  • Removed all inline unuseful javascript code on submit buttons onclick='submit()'
  • This conflicted with the actual click on the submit button in Safari
  • Fixed check in Network for isOwner, only check superAdmin
  • Fixed bug so you can't add an existing content group to itself ( deadlock )
  • Started coding Pattern language narrative display
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/wifidog/classes/Content/EmbeddedContent.php

    r600 r601  
    104104                        $html .= "</div>\n"; 
    105105                         
    106                         $html .= "<input type='submit' name='$name' value='"._("Delete")."'>"; //  onclick='submit();' 
     106                        $html .= "<input type='submit' name='$name' value='"._("Delete")."'>"; 
    107107                        $html .= "</div>\n"; 
    108108                } 
     
    125125                        $html .= "<div class='admin_section_tools'>\n"; 
    126126                        $name = "fallback_content_".$this->id."_fallback_content_erase"; 
    127                         $html .= "<input type='submit' name='$name' value='"._("Delete")."'>"; // onclick='submit();' 
     127                        $html .= "<input type='submit' name='$name' value='"._("Delete")."'>"; 
    128128                        $html .= "</div>\n"; 
    129129                }