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/admin/generic_object_admin.php

    r593 r601  
    113113                $node = Node :: getObject($node_id); 
    114114                Node :: setCurrentNode($node); 
     115         
     116        $html .= "<h1>"._("Showing preview as it would appear at ").$node->getName()."</h1><p>";  
    115117        } 
    116118        $common_input = ''; 
     
    127129        $name = "node_id"; 
    128130        $html .= Node :: getSelectNodeUI($name); 
    129  
     131     
    130132        $html .= $object->getUserUI(); 
    131133        $html .= "<input type='hidden' name='action' value='preview'>\n";