summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2011-04-26 16:28:09 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2011-04-26 16:28:09 +0200
commit9d7de266c1a7fd7c700b60547ce7e230b2d04ffd (patch)
treef2c86dbf5cc7b4fba48290f676877cd91496e47b
parent731c46723cd53f3f1e8a56799c51065089dccfe9 (diff)
downloadalpine_drupal_theme-9d7de266c1a7fd7c700b60547ce7e230b2d04ffd.tar.bz2
alpine_drupal_theme-9d7de266c1a7fd7c700b60547ce7e230b2d04ffd.tar.xz
include new commit field
-rw-r--r--.gitignore1
-rw-r--r--templates/node--apk.tpl.php5
2 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..14bc68c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/nbproject/private/ \ No newline at end of file
diff --git a/templates/node--apk.tpl.php b/templates/node--apk.tpl.php
index 92b090e..8d03cec 100644
--- a/templates/node--apk.tpl.php
+++ b/templates/node--apk.tpl.php
@@ -1,5 +1,6 @@
<style type="text/css">
#page-title {display: none}
+ #simpleTooltip {padding: 7px; border: 1px solid #A6A7AB; background: #F2F3F5;}
</style>
<h3>Package details:</h3>
<table style="width: 50%;">
@@ -32,6 +33,10 @@
<td><?php print $node->apk_license['und'][0]['value']; ?></td>
</tr>
<tr class="odd">
+ <th>Commit</th>
+ <td><?php print ($commit_url) ? $commit_url : '<p>None</p>'; ?></td>
+ </tr>
+ <tr class="even">
<th>Dependencies</th>
<td>
<?php