import rt 3.0.12
[freeside.git] / rt / html / Admin / Elements / EditScrip
index 1f186c2..9b1ad4a 100644 (file)
@@ -92,7 +92,7 @@
 </TD>
 </TR>
 
-<& /Elements/Submit, Caption => loc("Be sure to save your changes"), Reset => 1 &>
+<& /Elements/Submit, Label => loc('Create'), Reset => 1 &>
 </FORM>
 <%init>
 my (@actions);
@@ -114,6 +114,7 @@ if ( $id eq 'new' ) {
     );
     if ( defined $retval ) {
         push @actions, $msg;
+        $id = $scrip->id;
     }
     else {
         Abort( $msg);