add informations about language files
This commit is contained in:
parent
c9497a72df
commit
8318c715fb
5 changed files with 92 additions and 63 deletions
|
|
@ -11,7 +11,7 @@ get_header();
|
|||
<div class="content-wrap">
|
||||
|
||||
<div class="headline-element" id="c145">
|
||||
<h2>Suche</h2>
|
||||
<h2><?php _e('Search'); ?></h2>
|
||||
</div>
|
||||
|
||||
<div id="c139" class="frame frame-default frame-type-list frame-layout-0">
|
||||
|
|
@ -23,18 +23,18 @@ get_header();
|
|||
</div>
|
||||
<fieldset>
|
||||
<div class="tx-indexedsearch-form">
|
||||
<label for="tx-indexedsearch-searchbox-sword">Suchen nach:</label>
|
||||
<label for="tx-indexedsearch-searchbox-sword"><?php _e('Search for:'); ?></label>
|
||||
<input class="tx-indexedsearch-searchbox-sword" type="text" name="s" value="" />
|
||||
</div>
|
||||
<div class="tx-indexedsearch-search-submit">
|
||||
<button type="submit" class="tx-indexedsearch-searchbox-button" />
|
||||
<span>Suchen</span>
|
||||
<span><?php _e('Search'); ?></span>
|
||||
</button>
|
||||
</div>
|
||||
</fieldset>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue