-
Notifications
You must be signed in to change notification settings - Fork 1
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 #25 from wuunder/development
Development
- Loading branch information
Showing
8 changed files
with
106 additions
and
75 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,7 @@ | |
* @license LICENSE.txt | ||
*/ | ||
|
||
if (!defined('_PS_VERSION_')) { | ||
exit; | ||
} | ||
|
55 changes: 55 additions & 0 deletions
55
wuunderconnector/views/templates/admin/WuunderCarrierContent.tpl
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 |
---|---|---|
@@ -0,0 +1,55 @@ | ||
<h2>{$title}</h2> | ||
{foreach from=$errors item=error} | ||
<div class="alert error"><img src="{$psimg}admin/forbbiden.gif" alt="nok"/> {$error}</div> | ||
{/foreach} | ||
{$postResponse} | ||
<fieldset> | ||
<legend><img src="{$path}logo.gif" alt=""/> {$carrierStatus}</legend> | ||
|
||
{if $alert} | ||
<img src="{$psimg}admin/module_install.png"/> | ||
<strong>{$isConfigured}</strong> | ||
{else} | ||
<img src="{$psimg}admin/warn2.png"/> | ||
<strong>{$isNotConfigured}</strong> | ||
<br/> | ||
<img src="{$psimg}admin/warn2.png"/> | ||
{$pleaseConfigure} | ||
{/if} | ||
|
||
</fieldset> | ||
<div class="clear"> </div> | ||
<style> | ||
#tabList { | ||
clear: left; | ||
} | ||
.tabItem { | ||
display: block; | ||
background: #FFFFF0; | ||
border: 1px solid #CCCCCC; | ||
padding: 10px; | ||
padding-top: 20px; | ||
} | ||
</style> | ||
<div id="tabList"> | ||
<div class="tabItem"> | ||
<form action="{$formAction}" method="post" class="form" id="configForm"> | ||
|
||
<fieldset style="border: 0px;"> | ||
<h4>{$generalConf} :</h4> | ||
<label>{$mycarrier1} : </label> | ||
<div class="margin-form"> | ||
<input type="text" size="20" name="mycarrier1_overcost" value="{$mycarrier1value}"/></div> | ||
<label>{$mycarrier2}' : </label> | ||
<div class="margin-form"> | ||
<input type="text" size="20" name="mycarrier2_overcost" value="{$mycarrier2value}"/> | ||
</div> | ||
</div> | ||
<br/><br/> | ||
</fieldset> | ||
<div class="margin-form"> | ||
<input class="button" name="submitSave" type="submit"> | ||
</div> | ||
</form> | ||
</div> |
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