Demo

討論

保持飢餓,保持愚笨 (Stay hungry, stay foolish)。 史蒂夫·賈伯斯

公告

本網站已取消討論區的討論方式,如果您有問題請至LINE群行動條碼圖片網址,或Facebook社團

在搜尋加一個label標籤,找不到在哪裡?

  • 許麟麟
  • 許麟麟 的個人頭像 Topic Author
  • 訪客
  • 訪客
2011-07-31 01:43 #20477 來自 許麟麟
許麟麟 created the topic: 在搜尋加一個label標籤,找不到在哪裡?
請教各位大大,語法要怎麼找到相對路進去修改呢?
請開導一下小弟,謝謝大家熱心的指教^^

使用的是joomla 1.5.23 想在搜尋裡面添加一個label標籤,卻找不到在哪裡@@

未修改的原始碼 :
<input id="mod_search_searchword" name="searchword" alt="搜尋" onfocus="if(this.value=='搜尋...') this.value='';" onblur="if(this.value=='') this.value='搜尋...';" class="inputbox" maxlength="20" size="10" value="搜尋..." type="text">

想修改的原始碼 :
<label for="">搜尋</label><input id="mod_search_searchword" name="searchword" alt="搜尋" onfocus="if(this.value=='搜尋...') this.value='';" onblur="if(this.value=='') this.value='搜尋...';" class="inputbox" maxlength="20" size="10" value="搜尋..." type="text">

Please 登入 to join the conversation.

  • guanyuepro
  • guanyuepro 的個人頭像
  • 訪客
  • 訪客
2011-08-04 20:12 #20525 來自 guanyuepro
guanyuepro replied the topic: 在搜尋加一個label標籤,找不到在哪裡?
在search module裏面找.tpl文件

Please 登入 to join the conversation.