Gentoo Archives: gentoo-commits

From: "Tom Knight (tomk)" <tomk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-projects commit in forums/htdocs/templates/gentoo/admin: board_config_body.tpl
Date: Wed, 30 Nov 2011 10:33:58
Message-Id: 20111130103344.5F8EF2004F@flycatcher.gentoo.org
1 tomk 11/11/30 10:33:44
2
3 Modified: board_config_body.tpl
4 Log:
5 Make piwik site id configurable
6
7 Revision Changes Path
8 1.17 forums/htdocs/templates/gentoo/admin/board_config_body.tpl
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/forums/htdocs/templates/gentoo/admin/board_config_body.tpl?rev=1.17&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/forums/htdocs/templates/gentoo/admin/board_config_body.tpl?rev=1.17&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/forums/htdocs/templates/gentoo/admin/board_config_body.tpl?r1=1.16&r2=1.17
13
14 Index: board_config_body.tpl
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-projects/forums/htdocs/templates/gentoo/admin/board_config_body.tpl,v
17 retrieving revision 1.16
18 retrieving revision 1.17
19 diff -u -r1.16 -r1.17
20 --- board_config_body.tpl 27 Nov 2011 14:42:56 -0000 1.16
21 +++ board_config_body.tpl 30 Nov 2011 10:33:44 -0000 1.17
22 @@ -196,6 +196,10 @@
23 <td class="row2"><input type="radio" name="enable_piwik" value="1" {PIWIK_YES} /> {L_YES}&nbsp;&nbsp;<input type="radio" name="enable_piwik" value="0" {PIWIK_NO} /> {L_NO}</td>
24 </tr>
25 <tr>
26 + <td class="row1">{L_PIWIK_SITE_ID}</td>
27 + <td class="row2"><input class="post" type="text" maxlength="3" size="4" name="piwik_site_id" value="{PIWIK_SITE_ID}" /></td>
28 + </tr>
29 + <tr>
30 <td class="row1">{L_SPLIT_CHARACTER_LIMIT}<br /><span class="gensmall">{L_SPLIT_CHARACTER_LIMIT_EXPLAIN}</span></td>
31 <td class="row2"><input class="post" type="text" size="10" maxlength="10" name="split_character_limit" value="{SPLIT_CHARACTER_LIMIT}" /></td>
32 </tr>