Skip to content

Commit

Permalink
Merge pull request #31 from smhessenauer/elastic_skin
Browse files Browse the repository at this point in the history
adaptation to elastic skin
  • Loading branch information
PF4Public authored Feb 16, 2020
2 parents c382e6c + d1c6b23 commit bcbc333
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 1 deletion.
2 changes: 1 addition & 1 deletion fetchmail.php
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ public function gen_table($attrib)
$out .= '<br />' . "\n";
$fetch_table = new html_table(array(
'id' => 'fetch-table',
'class' => 'records-table',
'class' => 'records-table listing',
'cellspacing' => '0',
'cols' => ($this->show_folder) ? 5 : 4
));
Expand Down
Binary file added skins/elastic/delete.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added skins/elastic/disabled.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added skins/elastic/enabled.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions skins/elastic/templates/fetchmail.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<roundcube:include file="includes/layout.html" />
<roundcube:include file="includes/menu.html" />
<roundcube:include file="includes/settings-menu.html" />


<h1 class="voice"><roundcube:label name="settings" /> : <roundcube:label name="fetchmail.settings" /></h1>

<div id="layout-content">
<div class="header">
</div>

<div class="formcontainer">
<div id="pluginbody" class="formcontent">
<form name="fetchmailform" class="propform" action="./?_task=settings&_action=plugin.fetchmail.save" method="post">
<roundcube:object name="plugin.fetchmail_form" />

<div>
<roundcube:button command="plugin.fetchmail.save" type="input" class="button mainaction submit btn btn-primary" label="save" />
<roundcube:button command="plugin.fetchmail" type="input" class="button mainaction submit btn btn-primary" label="cancel" />
</div>

<div>
<roundcube:object name="plugin.fetchmail_table" class="fetchmail-table" cellspacing="0"
deleteIcon="/this/delete.png" enableIcon="/this/enabled.png" disableIcon="/this/disabled.png" />
</div>
</form>
</div>
</div>

</div>

<roundcube:include file="includes/footer.html" />


0 comments on commit bcbc333

Please sign in to comment.