Changeset 13125
- Timestamp:
- Nov 11, 2009, 10:32:35 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/stable-2.14.x/webapp/modules/admin/templates/list_sns_entry.tpl
r11350 r13125 64 64 ({/if}) 65 65 66 <form action="./" method="post" name="formSendMessages">66 <form action="./" method="post" id="formSendMessages" name="formSendMessages"> 67 67 <input type="hidden" name="m" value="({$module_name})" /> 68 68 <input type="hidden" name="a" value="page_({$hash_tbl->hash('admit_sns_entry')})" /> … … 168 168 <div class="listControlBtm"> 169 169 <div class="entryTransmit"> 170 <p class="entryCheck"><img src="modules/admin/img/icn_msgtransmit.gif" alt="dummy" /><a href="#" onClick="return checkAll( );" onKeyPress="return checkAll();">全てをチェック</a> | <a href="#" onClick="return clearAll();" onKeyPress="return clearAll();">全てのチェックをはずす</a></p>170 <p class="entryCheck"><img src="modules/admin/img/icn_msgtransmit.gif" alt="dummy" /><a href="#" onClick="return checkAll('formSendMessages');" onKeyPress="return checkAll('formSendMessages');">全てをチェック</a> | <a href="#" onClick="return clearAll('formSendMessages');" onKeyPress="return clearAll('formSendMessages');">全てのチェックをはずす</a></p> 171 171 <input type=hidden name="EntryType" id="EntryType" value=""> 172 172 <div class="entryTransmitBtn">
Note: See TracChangeset
for help on using the changeset viewer.