Changeset c7f5178
- Timestamp:
- Sep 28, 2011 2:11:16 PM (9 years ago)
- Branches:
- master
- Children:
- 9f430bf1
- Parents:
- cb3a8b6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
apps/i2psnark/java/src/org/klomp/snark/web/I2PSnarkServlet.java
rcb3a8b6 rc7f5178 1887 1887 } 1888 1888 if (showSaveButton) { 1889 buf.append("<thead><tr><th colspan=\"3\"> </th><th align=\"center\"><input type=\"submit\" value=\"");1889 buf.append("<thead><tr><th colspan=\"3\"> </th><th class=\"headerpriority\"><input type=\"submit\" value=\""); 1890 1890 buf.append(_("Save priorities")); 1891 1891 buf.append("\" name=\"foo\" ></th></tr></thead>\n");
Note: See TracChangeset
for help on using the changeset viewer.