Added Service Add, some internal consistency updates
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
<div id="translate">
|
||||
<div class="span9">
|
||||
<?php echo Form::input('translate[subject]',$o->subject,array(
|
||||
'label'=>'Email Subject',
|
||||
@@ -24,7 +23,6 @@
|
||||
'editor'=>'tinymce',
|
||||
'help-block'=>sprintf('The message in HTML that is used in the email. Uses variables: %s',implode(', ',array_values($o->variables('message_html')))))); ?>'
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php echo Style::factory()->render_all(); ?>
|
||||
<?php echo Script::factory()->render_all(); ?>
|
||||
|
Reference in New Issue
Block a user