update 1.0.8.0
Commits for version update
This commit is contained in:
@@ -136,7 +136,6 @@ class="active"
|
||||
<option value="">-- {!! Lang::get('lang.select_one') !!} --</option>
|
||||
<option value="email">{!! Lang::get('lang.email') !!}</option>
|
||||
<option value="email_name">{!! Lang::get('lang.email_name') !!}</option>
|
||||
<option value="email_to">{!! Lang::get('lang.email_to') !!}</option>
|
||||
<option value="subject">{!! Lang::get('lang.subject') !!}</option>
|
||||
<option value="message">{!! Lang::get('lang.message') !!}/{!! Lang::get('lang.body') !!}</option>
|
||||
</select>
|
||||
|
@@ -179,11 +179,6 @@ class="active"
|
||||
echo "selected='selected'";
|
||||
}
|
||||
?> >{!! Lang::get('lang.email_name') !!}</option>
|
||||
<option value="email_to" <?php
|
||||
if ($workflow_rule->matching_scenario == 'email_to') {
|
||||
echo "selected='selected'";
|
||||
}
|
||||
?> >{!! Lang::get('lang.email_to') !!}</option>
|
||||
<option value="subject" <?php
|
||||
if ($workflow_rule->matching_scenario == 'subject') {
|
||||
echo "selected='selected'";
|
||||
|
@@ -70,11 +70,6 @@ class="active"
|
||||
<!-- /.col -->
|
||||
</div>
|
||||
<script>
|
||||
function confirm_delete() {
|
||||
return confirm('are you sure?');
|
||||
}
|
||||
|
||||
|
||||
$(function() {
|
||||
$("#example1").DataTable();
|
||||
$('#example2').DataTable({
|
||||
@@ -86,6 +81,5 @@ class="active"
|
||||
"autoWidth": false
|
||||
});
|
||||
});
|
||||
|
||||
</script>
|
||||
@stop
|
||||
|
Reference in New Issue
Block a user