quick change that adds button classes to your admin UX. Hopefully its worth committing. : ) Makes theme the ui easier for us UX guys.

conditional_fields.admin.inc

line 164 (added button class and edit class)
'#options' => array('query' => $destination, 'attributes' => array('class' => array('button', 'edit'), 'title' => t('Edit dependency settings.'))),

line 171 (added button class and delete class)
'#options' => array('query' => $destination, 'attributes' => array('class' => array('button', 'delete'), 'title' => t('Delete dependency.'))),

Also.... your changes to 7 ROCK! Addition of triggers, ability to add custom JS... and a bunch more that doesn't come to mind at the moment. VERY well thought out and a great evolution of the D6 version!

Thanks for the work on this!

Comments

dqd’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Thanks for the report and all the efforts in here. But due to inactivity in this issue for some years and because of the upcoming EOL of Drupal 7, I will close this issue on the way cleaning up the issue queue.

Feel free to re-open as "Needs review" if you found a solution or have a patch to be reported to help others.