Changeset 12210

Show
Ignore:
Timestamp:
06/06/11 07:43:35 (2 years ago)
Author:
mbrevda
Message:

small downstream change to show an error when repositioning outbound routes doesnt go according to plan

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.10/core/page.routing.php

    r12208 r12210  
    342342        }, 
    343343        error: function(data) { 
    344           alert("<?php _("An unknown error occurred repositioning routes, refresh your browser to see the current correct route positions") ?>"); 
     344          alert("<?php echo _("An unknown error occurred repositioning routes, refresh your browser to see the current correct route positions") ?>"); 
     345return false; 
    345346        } 
    346347      });