Skip to content
Snippets Groups Projects
Commit 65f0a673 authored by Gerd Schachtschneider's avatar Gerd Schachtschneider
Browse files

master - issue lieferant_partnerID

parent 81a12b96
No related branches found
No related tags found
No related merge requests found
...@@ -68,6 +68,18 @@ ...@@ -68,6 +68,18 @@
;; # nur admin darf drucken ;; # nur admin darf drucken
;; permission=reports ;; permission=reports
;; other accessKey as auto 's'
[show_hide_list_columns]
class="show-hide-columns-action"
category="result_list_actions"
url="{$this->url('-action=show_hide_columns')}&--visibility-types=list"
label="Show/Hide Columns"
permission="show hide columns"
condition="@$this->_conf['user_config_enabled']"
icon="{$dataface_url}/images/insert_columns.png"
description="Show or Hide columns from this list"
accessKey = "c"
[show_hide_related_list_columns] [show_hide_related_list_columns]
;; link funktiniert nicht ;; link funktiniert nicht
......
...@@ -22,9 +22,9 @@ ...@@ -22,9 +22,9 @@
</thead> </thead>
<tbody> <tbody>
<tr class="xf-form-group"> <tr class="xf-form-group">
<td style="padding-right: 5px;"><span>{$elements.ansprechpartnerAD.html}</span></td> <td style="padding-right: 5px;"><span>{$elements.ansprechpartnerID.html}</span></td>
<td style="padding-right: 5px;"><span>{$elements.telefonAD.html}</span></td> <td style="padding-right: 5px;"><span>{$elements.telefonID.html}</span></td>
<td style="padding-right: 5px;"><span>{$elements.positionAD.html}</span></td> <td style="padding-right: 5px;"><span>{$elements.positionID.html}</span></td>
</tr> </tr>
</tbody> </tbody>
<tfoot style="display:none" class="xf-disable-decorate"> <tfoot style="display:none" class="xf-disable-decorate">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment