$node->content[...] igazítása
Hi!
Egy theme_...() fv-ben létrehozott $node->content[...] igazítható drupalból v. ezt inkább css-ből oldjam meg?
Pl. vmi ilyesmi van meg:
<?php function theme_mymodule_buttons($node) { $node->content['mybase'] = array( '#value' => l(t('MyButton'), 'mybase', array('external' => FALSE, 'attributes' => array('id' => 'like-submit-button')) ), '#weight' => -50, ); $node->content['files-anchor'] = array( '#value' => l(t('Attachments'), '', array('fragment' => 'attachments', 'external' => TRUE, 'attributes' => array('id' => 'like-submit-button')) ),






na ok, tanulgatom...
rögtön megakadtam, és erre nem találok példát, leírást az említett helyen
A kód most így néz ki:
A gondom, hogy a combo box üres, nem tölti fel a lemezcímekkel.