diff options
author | David <ottodavid@gmx.net> | 2014-08-25 18:57:17 +0200 |
---|---|---|
committer | David <ottodavid@gmx.net> | 2014-08-25 18:57:17 +0200 |
commit | bb2ae8c583c1f1efd7c6ba4100cd824ea0739f5b (patch) | |
tree | 710396a58ccb40239f185423c1d4a6034fa72643 /demos/quickstart/protected/controls/de/RunBar.tpl | |
parent | 6c6c4821c5a28df7d80cc414a7cf64025859c194 (diff) |
Quickstart german translation part 1
Diffstat (limited to 'demos/quickstart/protected/controls/de/RunBar.tpl')
-rwxr-xr-x | demos/quickstart/protected/controls/de/RunBar.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/demos/quickstart/protected/controls/de/RunBar.tpl b/demos/quickstart/protected/controls/de/RunBar.tpl new file mode 100755 index 00000000..b507fed8 --- /dev/null +++ b/demos/quickstart/protected/controls/de/RunBar.tpl @@ -0,0 +1,4 @@ +<div class="runbar"> +<com:THyperLink ID="RunButton" Target="_blank" Text="Beispiel ausführen" /> +<com:THyperLink ID="ViewSourceButton" Target="_blank" Text="Quelltext anzeigen" /> +</div> |