1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,27 @@ |
1 |
+<div class="be_eSM_report"> |
|
2 |
+ <div id="tl_buttons"> |
|
3 |
+ <a href="<?php echo $this->getReferer(true); ?>" class="header_back" title="<?php echo specialchars($GLOBALS['TL_LANG']['MSC']['backBTTitle']); ?>" accesskey="b" onclick="Backend.getScrollOffset()"><?php echo $GLOBALS['TL_LANG']['MSC']['backBT']; ?></a> |
|
4 |
+ </div> |
|
5 |
+ |
|
6 |
+ <h2 class="sub_headline"><?php echo $GLOBALS['TL_LANG']['ESM_CLIENTS']['sortorder']; ?></h2> |
|
7 |
+ |
|
8 |
+ <form action="<?php echo ampersand(\Environment::get('request'), true); ?>" id="tl_esm_clients__sorting" class="tl_form" method="post" enctype="application/x-www-form-urlencoded"> |
|
9 |
+ <div class="tl_formbody_edit"> |
|
10 |
+ <input type="hidden" name="FORM_SUBMIT" value="tl_esm_clients__sorting"> |
|
11 |
+ <input type="hidden" name="REQUEST_TOKEN" value="<?php echo REQUEST_TOKEN; ?>"> |
|
12 |
+ |
|
13 |
+ <div class="tl_box"> |
|
14 |
+ <?php echo $this->fields; ?> |
|
15 |
+ </div> |
|
16 |
+ </div> |
|
17 |
+ |
|
18 |
+ <div class="tl_formbody_submit"> |
|
19 |
+ |
|
20 |
+ <div class="tl_submit_container"> |
|
21 |
+ <input type="submit" name="save" id="save" class="tl_submit" accesskey="s" value="<?php echo specialchars($GLOBALS['TL_LANG']['MSC']['save']); ?>"> |
|
22 |
+ <input type="submit" name="saveNclose" id="saveNclose" class="tl_submit" accesskey="c" value="<?php echo specialchars($GLOBALS['TL_LANG']['MSC']['saveNclose']); ?>"> |
|
23 |
+ </div> |
|
24 |
+ |
|
25 |
+ </div> |
|
26 |
+ </form> |
|
27 |
+</div> |
|
0 | 28 |
\ No newline at end of file |