Subversion Repository Public Repository

litesoft

Diff Revisions 150 vs 151 for /trunk/Java/core/Server/src/org/litesoft/servlets/iphone/RepeatingGetActionRows.java

Diff revisions: vs.
  @@ -9,13 +9,7 @@
9 9 public RepeatingGetActionRows( String pReplacementKey, IconGetAction... pActions )
10 10 {
11 11 super( pReplacementKey, pActions, //
12 - " <table class='row_wrapper' cellpadding='0' cellspacing='0' border='0' onmousedown='this.style.backgroundColor=\"#036FED\";this.style.color=\"#ffffff\";' onclick='gotoURL( \"%.URL.%\" );'>\n" +
13 - " <tr>\n" +
14 - " <td class='img_cell'><img src='images/%.icon.%' width='29' height='29'></td>\n" +
15 - " <td class='description_cell'><div class='one_line_overflow_hidden'>%.label.%</div></td>\n" +
16 - " <td class='img_cell'><img src='images/row_arrow.png' width='14' height='29'></td>\n" +
17 - " </tr>\n" +
18 - " </table>\n", //
12 + " <table class='row_wrapper' cellpadding='0' cellspacing='0' border='0' onmousedown='this.style.backgroundColor=\"#036FED\";this.style.color=\"#ffffff\";' onclick='gotoURL( \"%.URL.%\" );'>\n" + " <tr>\n" + " <td class='img_cell'><img src='images/%.icon.%' width='29' height='29'></td>\n" + " <td class='description_cell'><div class='one_line_overflow_hidden'>%.label.%</div></td>\n" + " <td class='img_cell'><img src='images/row_arrow.png' width='14' height='29'></td>\n" + " </tr>\n" + " </table>\n", //
19 13 IconGetActionRow.TC_SUBS );
20 14 }
21 15 }