This repository has been archived by the owner on Jun 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from nixsolutions/master
Pull requests
- Loading branch information
Showing
12 changed files
with
48 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 7 additions & 3 deletions
10
application/modules/install/views/scripts/index/modules.phtml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,27 @@ | ||
<h2><?php echo $this->__('Install modules')?>:</h2> | ||
<form action="" method="post"> | ||
<article> | ||
|
||
<?php if($this->isDisabled):?> | ||
<input type="hidden" name="isDisabled" value="<?=$this->isDisabled?>"> | ||
<p class="alert alert-info"> | ||
To be able to disable some modules directory in which it is located shall have the right to write | ||
<?php echo $this->__('To be able to disable some modules directory in which it is located shall have the right to write')?> | ||
<code><?php echo 'chmod 777 ' . APPLICATION_PATH . '/modules/';?></code> | ||
</p> | ||
<?php endif;?> | ||
|
||
|
||
<ul> | ||
<?php foreach ($this->modules as $module => $options): ?> | ||
<li> | ||
<input type="checkbox" <?php echo $options['checked'] ? 'checked="checked"' : ''; ?> <?php echo $options['required'] ? 'disabled="disabled"' : ''; ?> name="modules[<?php echo $module; ?>]" value="1" /> | ||
<?php echo $options['title'];?> | ||
<?php echo $options['required'];?> | ||
<?php echo " - "; ?> | ||
<em><?php echo $options['description'];?></em> | ||
</li> | ||
<?php endforeach;?> | ||
</ul> | ||
</article> | ||
|
||
<input type="submit" name="refresh" id="refresh" class="btn btn-primary" value="Reload page »"> | ||
<input type="submit" name="submit" id="submit" class="btn btn-primary pull-right" value="Next »"> | ||
</form> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.