diff options
-rw-r--r-- | .gitattributes | 1 | ||||
-rw-r--r-- | demos/quickstart/protected/controls/ja/RunBar.tpl | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 44d5fea9..2e338d14 100644 --- a/.gitattributes +++ b/.gitattributes @@ -978,6 +978,7 @@ demos/quickstart/protected/controls/fr/SampleLayout.tpl -text demos/quickstart/protected/controls/fr/SearchBox.tpl -text demos/quickstart/protected/controls/fr/TopicList.tpl -text demos/quickstart/protected/controls/ja/Layout.tpl -text +demos/quickstart/protected/controls/ja/RunBar.tpl -text demos/quickstart/protected/controls/ja/SearchBox.tpl -text demos/quickstart/protected/controls/ja/TopicList.tpl -text demos/quickstart/protected/controls/pl/TopicList.tpl -text diff --git a/demos/quickstart/protected/controls/ja/RunBar.tpl b/demos/quickstart/protected/controls/ja/RunBar.tpl new file mode 100644 index 00000000..ddcd716a --- /dev/null +++ b/demos/quickstart/protected/controls/ja/RunBar.tpl @@ -0,0 +1,4 @@ +<div class="runbar"> +<com:THyperLink ID="RunButton" Target="_blank" Text="サンプルの実行" /> +<com:THyperLink ID="ViewSourceButton" Target="_blank" Text="ソースの表示" /> +</div>
\ No newline at end of file |