summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c021d52)
raw | patch | inline | side by side (parent: c021d52)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 16 Mar 2010 14:38:39 +0000 (14:38 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 16 Mar 2010 14:38:39 +0000 (14:38 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16655 594d385d-05f5-0310-b6e9-bd551577e9d8
diff --git a/gosa-plugins/ldapmanager/addons/ldapmanager/contentcsv.tpl b/gosa-plugins/ldapmanager/addons/ldapmanager/contentcsv.tpl
index c7cb99731f32aec7521ed87c1800d4721b6bd6ba..a210b8e323610089bdf153952ecaa91a328ab971 100644 (file)
<hr>
<div class="plugin-actions">
{if $fileup != TRUE}
- <input type="submit" value="{t}Import{/t}" name="fileup" >
+ <button type='submit' name='fileup'>{t}Import{/t}</button>
+
{else}
{if $sorted == FALSE}
<input name="sorted" value="{t}Import{/t}" type ="submit">
{else}
- <input type=submit name="back{$plug}" value="{msgPool type=backButton}">
+ <button type='submit' name='back{$plug}'>{msgPool type=backButton}</button>
+
{/if}
{/if}
</div>
diff --git a/gosa-plugins/ldapmanager/addons/ldapmanager/contentexport.tpl b/gosa-plugins/ldapmanager/addons/ldapmanager/contentexport.tpl
index ef74285ab89306646b5fbd6dfea096ae35593eb9..eadc22cfa5d4c73ccb27eabf9dc09e830f0e47ac 100644 (file)
<input id="text" type="text" value="" name="single">
</td>
<td>
- <input type="submit" value="{t}Export{/t}" name="sfrmgetsingle">
+ <button type='submit' name='sfrmgetsingle'>{t}Export{/t}</button>
+
</td>
</tr>
<tr>
</select>
</td>
<td>
- <input type="submit" value="{t}Export{/t}" name="sfrmgetfull">
+ <button type='submit' name='sfrmgetfull'>{t}Export{/t}</button>
+
</td>
</tr>
</select>
</td>
<td>
- <input type="submit" value="{t}Export{/t}" name="sfrmgetivbb">
+ <button type='submit' name='sfrmgetivbb'>{t}Export{/t}</button>
+
</td>
</tr>
{/if}
<br>
</div>
<div align="right">
- <input type="submit" value="{msgPool type=backButton}" name='back'>
+ <button type='submit' name='back'>{msgPool type=backButton}</button>
+
</div>
{/if}
diff --git a/gosa-plugins/ldapmanager/addons/ldapmanager/contentexportxls.tpl b/gosa-plugins/ldapmanager/addons/ldapmanager/contentexportxls.tpl
index 0352e00bb13172d5ad9f407166079bc9adc734b3..3a08e8efacc014fd36df11c327f628c61d85591e 100644 (file)
</select>
</td>
<td>
- <input type="submit" value="{t}Export{/t}" name="sfrmgetsingle">
+ <button type='submit' name='sfrmgetsingle'>{t}Export{/t}</button>
+
</td>
</tr>
<tr>
</select>
</td>
<td>
- <input type="submit" value="{t}Export{/t}" name="sfrmgetfull">
+ <button type='submit' name='sfrmgetfull'>{t}Export{/t}</button>
+
</td>
</tr>
</select>
</td>
<td>
- <input type="submit" value="{t}Export{/t}" name="sfrmgetivbb">
+ <button type='submit' name='sfrmgetivbb'>{t}Export{/t}</button>
+
</td>
</tr>
{/if}
<br>
</div>
<div align="right">
- <input type="submit" value="{msgPool type=backButton}" name='back'>
+ <button type='submit' name='back'>{msgPool type=backButton}</button>
+
</div>
{/if}
diff --git a/gosa-plugins/ldapmanager/addons/ldapmanager/contentimport.tpl b/gosa-plugins/ldapmanager/addons/ldapmanager/contentimport.tpl
index 26f5176a082d9d365c79529f1110b8bdaa6c5580..360ba208cecd117908088950a6fd02f767f71c9e 100644 (file)
<br>
<div align="right">
- <input type="submit" value="{msgPool type=backButton}" name='back'>
+ <button type='submit' name='back'>{msgPool type=backButton}</button>
+
</div>
{/if}
<hr>
<div class="plugin-actions">
- <input type="submit" value="{t}Import{/t}" name="fileup" >
+ <button type='submit' name='fileup'>{t}Import{/t}</button>
+
</div>
<input type="hidden" name="ignore">