Änderung deer Strings welche dynamisch erzuegt wurden auf allen Seiten
This commit is contained in:
@@ -258,11 +258,11 @@
|
||||
<div style=" padding-left:40px">
|
||||
<asp:Button ID="btnUpdate" runat="server" Text="Update" Width="60%" OnClick="Update_Click" /><br />
|
||||
<br />
|
||||
<a href="addHp.aspx?menuID=<%= menueId %>&lan=<%= laenderkuerzel %>" toptions="type = iframe, effect = fade, width = 500, height = 200, overlayClose = 1,shaded=0, layout = flatlook" style='padding:0px;margin:0px;width:50px;height:11px;color:#003688;text-decoration: none;'>
|
||||
<a href="addHp.aspx?menuID=<%Response.Write(menueId)%>&lan=<%Response.Write(laenderkuerzel)%>" toptions="type = iframe, effect = fade, width = 500, height = 200, overlayClose = 1,shaded=0, layout = flatlook" style='padding:0px;margin:0px;width:50px;height:11px;color:#003688;text-decoration: none;'>
|
||||
<input type="button" id="BtnAdd" runat="server" value="Unterseite erstellen" style="width:60%" /><br />
|
||||
</a>
|
||||
<br />
|
||||
<a href="delHp.aspx?menuID=<%= menueId %>&lan=<%= laenderkuerzel %>" toptions="type = iframe, effect = fade, width = 500, height = 200, overlayClose = 1,shaded=0, layout = flatlook" style='padding:0px;margin:0px;width:50px;height:11px;color:#003688;text-decoration: none;'>
|
||||
<a href="delHp.aspx?menuID=<%Response.Write(menueId)%>&lan=<%Response.Write(laenderkuerzel)%>" toptions="type = iframe, effect = fade, width = 500, height = 200, overlayClose = 1,shaded=0, layout = flatlook" style='padding:0px;margin:0px;width:50px;height:11px;color:#003688;text-decoration: none;'>
|
||||
<input type="button" id="btnDel" runat="server" value="Diese Seite löschen" style="width:60%" /><br />
|
||||
</a>
|
||||
<br />
|
||||
|
||||
Reference in New Issue
Block a user