Indefero

Indefero Commit Details


Date:2011-05-31 06:39:55 (13 years 6 months ago)
Author:Thomas Keller
Branch:develop, feature.content-md5, feature.diff-whitespace, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, release-1.2, release-1.3
Commit:5bbff9f5a6ea805f606474bba9471171c1292427
Parents: b5fcf1636aec589d7b8a9d9a71355833a635bb33
Message:Rename the "Go to revision" button in the SVN views to "Switch", so it doesn't break into the next line.

Changes:

File differences

src/IDF/locale/de/idf.po
34093409
34103410
34113411
3412
3413
3412
3413
34143414
34153415
34163416
#: IDF/gettexttemplates/idf/source/svn/commit.html.php:4
#: IDF/gettexttemplates/idf/source/svn/file.html.php:11
#: IDF/gettexttemplates/idf/source/svn/tree.html.php:16
msgid "Go to revision"
msgstr "Zu Rev. gehen"
msgid "Switch"
msgstr "Wechseln"
#: IDF/gettexttemplates/idf/source/svn/file.html.php:6
#: IDF/gettexttemplates/idf/source/svn/tree.html.php:11
src/IDF/templates/idf/source/svn/changelog.html
44
55
66
7
7
88
99
1010
<p><strong>{trans 'Revision:'}</strong> {$commit}</p>
<p>
<input accesskey="4" type="text" value="{$commit}" name="rev" size="5" />
<input type="submit" name="s" value="{trans 'Go to revision'}" />
<input type="submit" name="s" value="{trans 'Switch'}" />
</p>
</form>
{/block}
src/IDF/templates/idf/source/svn/commit.html
44
55
66
7
7
88
99
1010
<p><strong>{trans 'Revision:'}</strong> {$commit}</p>
<p>
<input accesskey="4" type="text" value="{$commit}" name="rev" size="5"/>
<input type="submit" name="s" value="{trans 'Go to revision'}"/>
<input type="submit" name="s" value="{trans 'Switch'}"/>
</p>
</form>
{/block}
src/IDF/templates/idf/source/svn/file.html
3838
3939
4040
41
41
4242
4343
4444
<p>
<input accesskey="4" type="text" value="{$commit}" name="rev" size="5" />
<input type="hidden" name="sourcefile" value="{$base}"/>
<input type="submit" name="s" value="{trans 'Go to revision'}" /></p>
<input type="submit" name="s" value="{trans 'Switch'}" /></p>
</form>
{/block}
src/IDF/templates/idf/source/svn/tree.html
6666
6767
6868
69
69
7070
7171
7272
<p>
<input accesskey="4" type="text" value="{$commit}" name="rev" size="5" />
<input type="hidden" name="sourcefile" value="{$base}"/>
<input type="submit" name="s" value="{trans 'Go to revision'}" /></p>
<input type="submit" name="s" value="{trans 'Switch'}" /></p>
</form>
<p><strong>{trans 'Branches:'}</strong><br />
{foreach $branches as $branch => $path}

Archive Download the corresponding diff file

Page rendered in 0.11975s using 13 queries.