This repository was archived by the owner on Sep 10, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +31
-2
lines changed Expand file tree Collapse file tree 3 files changed +31
-2
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,15 @@ $this->headScript()->appendFile($this->coreWebroot.'/public/js/jquery/jquery.for
22
22
?>
23
23
24
24
<div class="viewMain">
25
+ <div class ="genericWrapperTopRight">
26
+ <?php
27
+ echo '<div style="float:right;margin-right:2px;" class="genericBigButton "> ' ;
28
+ echo "<a href=' {$ this ->webroot }/admin#tabs-modules'><img style='float:left;margin-right:2px;' alt='' src=' {$ this ->coreWebroot }/public/images/icons/back.png'/> " ;
29
+ echo $ this ->t ('Back ' );
30
+ echo "</a> " ;
31
+ echo '</div> ' ;
32
+ ?>
33
+ </div>
25
34
<div class="unzipCommandDescription">
26
35
<p>
27
36
If you want to use this module for extracting zip archives over 2GB, you will need to enter
Original file line number Diff line number Diff line change 19
19
=========================================================================*/
20
20
?>
21
21
22
- <div>
23
- <?php echo $ this ->t ('Community Agreement module is enabled. ' ); ?>
22
+ <div class="viewMain">
23
+ <div class ="genericWrapperTopRight">
24
+ <?php
25
+ echo '<div style="float:right;margin-right:2px;" class="genericBigButton "> ' ;
26
+ echo "<a href=' {$ this ->webroot }/admin#tabs-modules'><img style='float:left;margin-right:2px;' alt='' src=' {$ this ->coreWebroot }/public/images/icons/back.png'/> " ;
27
+ echo $ this ->t ('Back ' );
28
+ echo "</a> " ;
29
+ echo '</div> ' ;
30
+ ?>
31
+ </div>
32
+ <?php
33
+ echo $ this ->t ('Community Agreement module is enabled. ' );
34
+ ?>
24
35
</div>
Original file line number Diff line number Diff line change 19
19
=========================================================================*/
20
20
?>
21
21
<div class="viewMain">
22
+ <div class ="genericWrapperTopRight">
23
+ <?php
24
+ echo '<div style="float:right;margin-right:2px;" class="genericBigButton "> ' ;
25
+ echo "<a href=' {$ this ->webroot }/admin#tabs-modules'><img style='float:left;margin-right:2px;' alt='' src=' {$ this ->coreWebroot }/public/images/icons/back.png'/> " ;
26
+ echo $ this ->t ('Back ' );
27
+ echo "</a> " ;
28
+ echo '</div> ' ;
29
+ ?>
30
+ </div>
22
31
<h3>Instructions for Use</h3>
23
32
<p>This module is intended to provide Readmes for communities as well as
24
33
folders. The text of these readmes will be interpreted from
You can’t perform that action at this time.
0 commit comments