[livejournal] r19096: LJSUP-8689: donate button, Tabular Inden...
Committer: mchervonniy
LJSUP-8689: donate button, Tabular IndentU trunk/bin/upgrading/s2layers/tabularindent/layout.s2
Modified: trunk/bin/upgrading/s2layers/tabularindent/layout.s2
===================================================================
--- trunk/bin/upgrading/s2layers/tabularindent/layout.s2 2011-05-23 06:57:57 UTC (rev 19095)
+++ trunk/bin/upgrading/s2layers/tabularindent/layout.s2 2011-05-23 07:19:21 UTC (rev 19096)
@@ -602,6 +602,10 @@
print safe " $link";
$link->print_raw();
}
+ if ($link_key == "give_button") {
+ """ """;
+ print $e->get_give_button("button");
+ }
}
if ($p.view == "entry")
@@ -638,6 +642,10 @@
print safe " $link";
$link->print_raw();
}
+ if ($link_key == "give_button") {
+ """ """;
+ print $e->get_give_button("button");
+ }
}
if ($p.view == "entry")
