2014-10-22 19:59:09 +02:00
< div class = " page-header " >
< h2 >< ? = t ( 'Remove an automatic action' ) ?> </h2>
</ div >
2014-07-20 12:26:15 +02:00
2014-10-22 19:59:09 +02:00
< div class = " confirm " >
< p class = " alert alert-info " >
2015-01-16 14:23:05 +01:00
< ? = t ( 'Do you really want to remove this action: "%s"?' , $this -> inList ( $action [ 'event_name' ], $available_events ) . '/' . $this -> inList ( $action [ 'action_name' ], $available_actions )) ?>
2014-10-22 19:59:09 +02:00
</ p >
2014-07-20 12:26:15 +02:00
2014-10-22 19:59:09 +02:00
< div class = " form-actions " >
2015-01-16 14:23:05 +01:00
< ? = $this -> a ( t ( 'Yes' ), 'action' , 'remove' , array ( 'project_id' => $project [ 'id' ], 'action_id' => $action [ 'id' ]), true , 'btn btn-red' ) ?>
2014-12-22 19:15:38 +01:00
< ? = t ( 'or' ) ?>
2015-01-16 14:23:05 +01:00
< ? = $this -> a ( t ( 'cancel' ), 'action' , 'index' , array ( 'project_id' => $project [ 'id' ])) ?>
2014-07-20 12:26:15 +02:00
</ div >
2014-10-22 19:59:09 +02:00
</ div >