Skip to content

Commit 7833f6e

Browse files
author
Dominik Bonsch
committed
dropped old icons
1 parent 1424cca commit 7833f6e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/module/mvc/Example_Maintab_View.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class="wcm wcm_control_dropmenu wgt-button"
9494
<a class="deeplink" >{$iconSupport} {$this->i18n->l('Support', 'wbf.label')}</a>
9595
<span>
9696
<ul>
97-
<li><a class="wcm wcm_req_ajax" href="modal.php?c=Wbfsys.Issue.create&amp;context=menu" >{$iconBug} {$this->i18n->l('Bug', 'wbf.label')}</a></li>
97+
<li><a class="wcm wcm_req_ajax" href="modal.php?c=Wbfsys.Issue.create&amp;context=menu" ><i class="icon-bug" ></i> {$this->i18n->l('Bug', 'wbf.label')}</a></li>
9898
<li><a class="wcm wcm_req_ajax" href="modal.php?c=Wbfsys.Faq.create&amp;context=menu" ><i class="icon-question" ></i> {$this->i18n->l('Faq', 'wbf.label')}</a></li>
9999
</ul>
100100
</span>

module/example/base/ExampleBase_Maintab_View.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ class="wcm wcm_req_ajax"
169169
href="modal.php?c=Webfrap.Docu.open&amp;key=wbfsys_message-create" >{$iconHelp} {$this->i18n->l('Help','wbf.label')}</a></li>
170170
<li><a
171171
class="wcm wcm_req_ajax"
172-
href="modal.php?c=Wbfsys.Issue.create&amp;context=create" >{$iconBug} {$this->i18n->l('Bug','wbf.label')}</a></li>
172+
href="modal.php?c=Wbfsys.Issue.create&amp;context=create" ><i class="icon-bug" ></i> {$this->i18n->l('Bug','wbf.label')}</a></li>
173173
<li><a
174174
class="wcm wcm_req_ajax"
175175
href="modal.php?c=Wbfsys.Faq.create&amp;context=create" ><i class="icon-question" ></i> {$this->i18n->l('FAQ','wbf.label')}</a></li>

module/example/tech/ExampleTech_Maintab_View.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ class="wcm wcm_req_ajax"
132132
href="modal.php?c=Webfrap.Docu.open&amp;key=wbfsys_message-create" >{$iconHelp} {$this->i18n->l('Help','wbf.label')}</a></li>
133133
<li><a
134134
class="wcm wcm_req_ajax"
135-
href="modal.php?c=Wbfsys.Issue.create&amp;context=create" >{$iconBug} {$this->i18n->l('Bug','wbf.label')}</a></li>
135+
href="modal.php?c=Wbfsys.Issue.create&amp;context=create" ><i class="icon-bug" ></i> {$this->i18n->l('Bug','wbf.label')}</a></li>
136136
<li><a
137137
class="wcm wcm_req_ajax"
138138
href="modal.php?c=Wbfsys.Faq.create&amp;context=create" ><i class="icon-question" ></i> {$this->i18n->l('FAQ','wbf.label')}</a></li>

module/example/wgt/ExampleWgt_Maintab_View.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ class="wcm wcm_req_ajax"
133133
href="modal.php?c=Webfrap.Docu.open&amp;key=wbfsys_message-create" >{$iconHelp} {$this->i18n->l('Help','wbf.label')}</a></li>
134134
<li><a
135135
class="wcm wcm_req_ajax"
136-
href="modal.php?c=Wbfsys.Issue.create&amp;context=create" >{$iconBug} {$this->i18n->l('Bug','wbf.label')}</a></li>
136+
href="modal.php?c=Wbfsys.Issue.create&amp;context=create" ><i class="icon-bug" ></i> {$this->i18n->l('Bug','wbf.label')}</a></li>
137137
<li><a
138138
class="wcm wcm_req_ajax"
139139
href="modal.php?c=Wbfsys.Faq.create&amp;context=create" ><i class="icon-question" ></i> {$this->i18n->l('FAQ','wbf.label')}</a></li>

0 commit comments

Comments
 (0)