Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
home
/
qtdcvxyp
/
public_html
/
sms
/
aa
/
application
/
views
/
admin
/
language
✏️
Editing: migratelang.php
<!-- Content Wrapper. Contains page content --> <div class="content-wrapper"> <!-- Content Header (Page header) --> <section class="content-header"> <h1> <i class="fa fa-building-o"></i> Language Migration </h1> </section> <!-- Main content --> <section class="content"> <div class="row"> <div class="col-md-12"> <!-- Horizontal Form --> <div class="box box-primary"> <div class="box-header with-border"> <h3 class="box-title">Language Migrate</h3> </div><!-- /.box-header --> <!-- form start --> <div class="box-body"> </div><!-- /.box-body --> <div class="box-footer"> <button type="submit" class="btn btn-info pull-right"><?php echo $this->lang->line('save'); ?></button> </div> </div> </div><!--/.col (right) --> <!-- left column --> <!-- right column --> </div> </section><!-- /.content --> </div><!-- /.content-wrapper -->
💾 Save Changes
❌ Cancel